From baf070f3044f9b8b92540c27fa5377500d7a35fe Mon Sep 17 00:00:00 2001 From: Justin Traglia <95511699+jtraglia@users.noreply.github.com> Date: Thu, 17 Aug 2023 16:23:33 -0500 Subject: [PATCH] Replace some expectCont with expectOk (#509) --- services/api/service_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/api/service_test.go b/services/api/service_test.go index b63a2924..f4c5b472 100644 --- a/services/api/service_test.go +++ b/services/api/service_test.go @@ -745,7 +745,7 @@ func TestCheckSubmissionSlotDetails(t *testing.T) { }, }, }, - expectCont: false, + expectOk: false, }, { description: "non_deneb_slot", @@ -762,7 +762,7 @@ func TestCheckSubmissionSlotDetails(t *testing.T) { }, }, }, - expectCont: false, + expectOk: false, }, { description: "failure_past_slot",