Commit 4968f873 authored by Chomtana's avatar Chomtana

fix: transcation -> transaction

parent afb54ee1
...@@ -187,5 +187,5 @@ func TestSendStateTimeoutAbort(t *testing.T) { ...@@ -187,5 +187,5 @@ func TestSendStateTimeoutAbort(t *testing.T) {
func TestSendStateNoTimeoutAbortIfPublishedTx(t *testing.T) { func TestSendStateNoTimeoutAbortIfPublishedTx(t *testing.T) {
sendState := newSendStateWithTimeout(10*time.Millisecond, stepClock(20*time.Millisecond)) sendState := newSendStateWithTimeout(10*time.Millisecond, stepClock(20*time.Millisecond))
sendState.ProcessSendError(nil) sendState.ProcessSendError(nil)
require.False(t, sendState.ShouldAbortImmediately(), "Should not abort if published transcation successfully") require.False(t, sendState.ShouldAbortImmediately(), "Should not abort if published transaction successfully")
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment