Skip to content

Commit

Permalink
Update buildingpart.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Beakerboy authored Jul 16, 2024
1 parent ed5fd01 commit b397fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/buildingpart.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { BuildingPart } from '../src/buildingpart.js';

test('Test Cardinal to Degree', () => {
expect(BuildingPart.cardinalToDegree('N')).toBe(1);
expect(BuildingPart.cardinalToDegree('N')).toBe(0);
});

0 comments on commit b397fa7

Please sign in to comment.