Skip to content

Commit 252ca75

Browse files
authored
Merge pull request 4GeeksAcademy#32 from BrianBoudrioux/patch-1
small fix
2 parents f696b48 + 78b10dc commit 252ca75

File tree

1 file changed

+2
-2
lines changed
  • exercises/01.3-rendering-from-objects

1 file changed

+2
-2
lines changed

exercises/01.3-rendering-from-objects/tests.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ test("The component should return LITERALLY what was asked", () => {
1414
expect(tree).toMatchInlineSnapshot(`
1515
<div>
1616
<h1>
17-
My name is
17+
My name is
1818
Bob
1919
</h1>
2020
<h2>
21-
My last name is
21+
My last name is
2222
Dylan
2323
</h2>
2424
</div>

0 commit comments

Comments
 (0)