Skip to content

Commit

Permalink
Minor wording fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anorth committed May 22, 2019
1 parent c34a516 commit 8069cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/outbox_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func TestOutbox(t *testing.T) {
}
})

t.Run("nonce fails with non-account actor", func(t *testing.T) {
t.Run("fails with non-account actor", func(t *testing.T) {
w, _ := types.NewMockSignersAndKeyInfo(1)
sender := w.Addresses[0]
toAddr := address.NewForTestGetter()()
Expand Down

0 comments on commit 8069cce

Please sign in to comment.