mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-28 03:08:53 -06:00
Fixed error test
This commit is contained in:
@@ -154,7 +154,7 @@ func TestPushOnWriteHook(t *testing.T) {
|
||||
msg := "prince charles is a vampire"
|
||||
hook.HandleError(ctx, errors.New(msg))
|
||||
|
||||
assert.Equal(t, buffer.String(), msg)
|
||||
assert.Contains(t, buffer.String(), msg)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user