Skip to content

Commit 25d0379

Browse files
committed
Build Notifications are working
1 parent c552bd6 commit 25d0379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/getClassname.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ test('Print Object', () => {
1717
});
1818

1919
test('Print Functions', () => {
20-
expect(getClassnames({ abc: () => false, cde: () => true })).toBe('ce');
20+
expect(getClassnames({ abc: () => false, cde: () => true })).toBe('cde');
2121
});
2222

2323
test('Print Bad Values', () => {

0 commit comments

Comments
 (0)