Fix for spelling

Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
Derek Collison
2023-09-12 07:52:17 -07:00
parent 3f80348a16
commit 0308cbb372

View File

@@ -7114,7 +7114,7 @@ func TestJetStreamClusterStaleReadsOnRestart(t *testing.T) {
var fs StreamState
mset.store.FastState(&fs)
if !reflect.DeepEqual(fs, state) {
return fmt.Errorf("States do not match, exepected %+v but got %+v", state, fs)
return fmt.Errorf("States do not match, expected %+v but got %+v", state, fs)
}
}
}