Skip to content

Commit 99e3187

Browse files
Update MinMaxElement.test.js
1 parent 60f09dd commit 99e3187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bit-Manipulation/test/MinMaxElement.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ test('Find max element from 5 and 3 :', () => {
55
})
66

77
test('Find min element from 5 and 3 :', () => {
8-
expect(min(5,3).toBe(3)
8+
expect(min(5,3)).toBe(3)
99
})

0 commit comments

Comments
 (0)