Skip to content

Commit fa68723

Browse files
[CI] Format code
1 parent afac011 commit fa68723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/factory-sensors/factory-sensors.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ describe('checkHumidityLevel', () => {
1111
test('should throw if the humidity percentage is 71', () => {
1212
expect(() => checkHumidityLevel(71)).toThrow();
1313
});
14-
14+
1515
test('should throw if the humidity percentage is 100', () => {
1616
expect(() => checkHumidityLevel(100)).toThrow();
1717
});

0 commit comments

Comments
 (0)