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 fdfdf02 commit 5b7f7ab
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(0);
expect(BuildingPart.cardinalToDegree("N")).toBe(0)
);

0 comments on commit 5b7f7ab

Please sign in to comment.