Skip to content

Commit

Permalink
(test): fix expected error string
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkaseman committed Jan 10, 2025
1 parent 0b07a0a commit c647c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/workflows/wasm/host/wasm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func Test_Compute_Logs(t *testing.T) {
require.Len(t, logs.AllUntimed(), 1)
expectedEntries := []Entry{
{
Log: zapcore.Entry{Level: zapcore.InfoLevel, Message: "building workflow..."},
Log: zapcore.Entry{Level: zapcore.InfoLevel, Message: "building workflow"},
Fields: []zapcore.Field{
zap.String("test-string-field-key", "this is a test field content"),
zap.Float64("test-numeric-field-key", 6400000),
Expand Down

0 comments on commit c647c48

Please sign in to comment.