Skip to content

Commit

Permalink
chore: modify error message
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Aug 20, 2024
1 parent 392b380 commit 9748ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extism_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ func TestLog_custom(t *testing.T) {
{message: "this is an info log", level: LogLevelInfo},
{message: "this is a warning log", level: LogLevelWarn},
{message: "this is an error log", level: LogLevelError},
{message: "this is an trace log", level: LogLevelTrace}}
{message: "this is a trace log", level: LogLevelTrace}}

assert.Equal(t, expected, actual)
}
Expand Down

0 comments on commit 9748ea0

Please sign in to comment.