mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-12 23:01:30 +00:00
Update blockchain/v0/reactor_test.go
Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com>
This commit is contained in:
committed by
GitHub
parent
dffc29a5b2
commit
c5a126fe9b
@@ -302,7 +302,7 @@ func TestReactor_NoBlockResponse(t *testing.T) {
|
||||
if tc.existent {
|
||||
require.True(t, block != nil)
|
||||
} else {
|
||||
require.True(t, block == nil, block)
|
||||
require.Nil(t, block)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user