Skip to content

Commit

Permalink
ghokin : fix test locally
Browse files Browse the repository at this point in the history
  • Loading branch information
antham committed Dec 23, 2021
1 parent c2e445d commit d36d72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghokin/transformer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ func TestRunCommand(t *testing.T) {
[]string{"hello world !", "hello universe !"},
func(lines []string, err error) {
assert.Equal(t, []string{}, lines)
assert.Regexp(t, ".*catttttt.*not found.*", err.Error())
assert.Regexp(t, ".*catttttt.*(not found|introuvable).*", err.Error())
},
},
}
Expand Down

0 comments on commit d36d72c

Please sign in to comment.