Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
csenet committed Apr 12, 2024
1 parent 3d47628 commit a44cc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func TestDiscordUserParse(t *testing.T) {
},
"missmatch pattern": {
input: "onlyname",
wantErr: true,
wantErr: false,
},
"misspattern": {
input: `a`,
Expand Down

0 comments on commit a44cc0e

Please sign in to comment.