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 Jan 4, 2024
1 parent 29c51bd commit baf070f
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 baf070f

Please sign in to comment.