We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88b08b commit c7ec186Copy full SHA for c7ec186
snow/networking/handler/handler_test.go
@@ -621,7 +621,7 @@ func TestDynamicEngineTypeDispatch(t *testing.T) {
621
}
622
623
handler.Start(context.Background(), false)
624
- handler.Push(context.TODO(), Message{
+ handler.Push(context.Background(), Message{
625
InboundMessage: message.InboundChits(
626
ids.Empty,
627
uint32(0),
vms/proposervm/vm_test.go
@@ -935,7 +935,7 @@ func TestExpiredBuildBlock(t *testing.T) {
935
nil,
936
))
937
defer func() {
938
- require.NoError(proVM.Shutdown(context.TODO()))
+ require.NoError(proVM.Shutdown(context.Background()))
939
}()
940
941
// Initialize shouldn't be called again
0 commit comments