Skip to content

Commit

Permalink
Replace some expectCont with expectOk (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia authored and avalonche committed Sep 28, 2023
1 parent 27a7bb8 commit 8bcd544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/api/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ func TestCheckSubmissionSlotDetails(t *testing.T) {
},
},
},
expectCont: false,
expectOk: false,
},
{
description: "non_deneb_slot",
Expand All @@ -762,7 +762,7 @@ func TestCheckSubmissionSlotDetails(t *testing.T) {
},
},
},
expectCont: false,
expectOk: false,
},
{
description: "failure_past_slot",
Expand Down

0 comments on commit 8bcd544

Please sign in to comment.