Skip to content

Commit 415712f

Browse files
committed
fix(): Fixing failing snapshots
1 parent af15b3a commit 415712f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/screens/mainFlow/__tests__/__snapshots__/MainScreen.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ exports[`MainScreen should render correctly 1`] = `
246246
<p
247247
class="chakra-text css-1l4w6pd"
248248
>
249-
Version: 0.2.0
249+
Version: 0.3.0
250250
</p>
251251
</div>
252252
</div>

src/screens/mainFlow/components/SideBar/__tests__/__snapshots__/SideBar.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ exports[`Side bar should renders correctly 1`] = `
240240
<p
241241
class="chakra-text css-1l4w6pd"
242242
>
243-
Version: 0.2.0
243+
Version: 0.3.0
244244
</p>
245245
</div>
246246
</div>

src/screens/mainFlow/components/SideBar/components/__tests__/__snapshots__/Content.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ exports[`Content renders correctly 1`] = `
161161
<p
162162
class="chakra-text css-1l4w6pd"
163163
>
164-
Version: 0.2.0
164+
Version: 0.3.0
165165
</p>
166166
</div>
167167
<span

0 commit comments

Comments
 (0)