Skip to content

Commit

Permalink
remove other weird chars
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Jun 14, 2024
1 parent 7ca1f28 commit 39a14c9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/printer/printer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3708,7 +3708,7 @@ const meta = { title: 'My App' };
s := snaps.WithConfig(
snaps.Filename(
strings.ReplaceAll(strings.ReplaceAll(strings.ReplaceAll(
strings.ReplaceAll(tt.name, ")", "_"), "(", "_"), ":", "_"), " ", "_")),
strings.ReplaceAll(strings.ReplaceAll(tt.name, ">", "_"), ")", "_"), "(", "_"), ":", "_"), " ", "_")),
snaps.Update(false),
)

Expand Down

0 comments on commit 39a14c9

Please sign in to comment.