Skip to content

Commit 3ef647b

Browse files
committed
Fixed failing snapshots
1 parent c624258 commit 3ef647b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/UserForm/__snapshots__/UserForm.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ exports[`<UserForm /> rendering should render without crashing 1`] = `
233233
class="file-icon"
234234
>
235235
<i
236-
class="fas fa-upload"
236+
class="mdi mdi-upload"
237237
/>
238238
</span>
239239
<span

src/pages/Profile/__snapshots__/Profile.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ exports[`<Profile /> rendering should render without crashing 1`] = `
211211
class="file-icon"
212212
>
213213
<i
214-
class="fas fa-upload"
214+
class="mdi mdi-upload"
215215
/>
216216
</span>
217217
<span

src/pages/User/__snapshots__/User.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ exports[`<User /> rendering should render without crashing 1`] = `
249249
class="file-icon"
250250
>
251251
<i
252-
class="fas fa-upload"
252+
class="mdi mdi-upload"
253253
/>
254254
</span>
255255
<span

0 commit comments

Comments
 (0)