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 5b7f7ab commit 8a7342a
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 8a7342a

Please sign in to comment.