mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-07-02 19:43:13 +02:00
fix these simdjson benchmarks so others can run them.
This commit is contained in:
@ -321,8 +321,7 @@ func TestParseMessageSIMD(t *testing.T) {
|
||||
}
|
||||
|
||||
require.NotNil(t, envelope, "expected non-nil envelope but got nil")
|
||||
require.Equal(t, testCase.ExpectedEnvelope.Label(), envelope.Label())
|
||||
require.Equal(t, testCase.ExpectedEnvelope.String(), envelope.String())
|
||||
require.Equal(t, testCase.ExpectedEnvelope, envelope)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user