Skip to content

Commit b9df545

Browse files
Fix typo in joinStrings-example.spec.js test (#557)
Corrected the last name used in the example for accuracy.
1 parent b35a9be commit b9df545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

05_joinStrings/joinStrings-example.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ describe('joinStrings-example', () => {
1010
test('firstName is Carlos', () => {
1111
expect(values.firstName).toEqual('Carlos');
1212
});
13-
test('lastName is Carlos', () => {
13+
test('lastName is Stevenson', () => {
1414
expect(values.lastName).toEqual('Stevenson');
1515
});
1616
test('greeting is put together correctly', () => {

0 commit comments

Comments
 (0)