Skip to content

Commit 2f89684

Browse files
author
Alan Churley
committed
Pushing broken test
1 parent 2949359 commit 2f89684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/Greeter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import { Hello } from '../index';
22
describe('Simple expression tests', () => {
33
test('Hello', () => {
44
expect(Hello('Carl')).toBe('Hello Carl');
5-
expect(Hello()).toBe('Hello unknown person');
5+
expect(Hello()).toBe('Not Hello unknown person');
66
});
77
});

0 commit comments

Comments
 (0)