Skip to content

Commit fa057e8

Browse files
committed
Fixing formatting issue
1 parent a63bd6a commit fa057e8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

exercises/practice/pangram/pangram.spec.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ describe('Pangram()', () => {
4545
});
4646

4747
xtest('a-m and A-M are 26 different characters but not a pangram', () => {
48-
expect(isPangram('abcdefghijklm ABCDEFGHIJKLM')).toBe(
49-
false,
50-
);
48+
expect(isPangram('abcdefghijklm ABCDEFGHIJKLM')).toBe(false);
5149
});
5250
});

0 commit comments

Comments
 (0)