From e088656d6508d6e60434a267907a7ac7e262d4b0 Mon Sep 17 00:00:00 2001 From: vimystic <122659254+vimystic@users.noreply.github.com> Date: Tue, 19 Nov 2024 22:38:43 -0700 Subject: [PATCH] fix test --- internal/fullnode/build_pods_test.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/internal/fullnode/build_pods_test.go b/internal/fullnode/build_pods_test.go index ae73f85a..a569567e 100644 --- a/internal/fullnode/build_pods_test.go +++ b/internal/fullnode/build_pods_test.go @@ -83,6 +83,9 @@ func TestBuildPods(t *testing.T) { "agoric-6": {DisableStrategy: ptr(cosmosv1.DisableAll)}, overridePod: {Image: overrideImage}, }, + Ordinal: cosmosv1.Ordinal{ + Start: 2, + }, }, } @@ -120,6 +123,9 @@ func TestBuildPods(t *testing.T) { "some.scheduled.snapshot.ignored": {PodCandidate: "agoric-99"}, }, }, + Ordinal: cosmosv1.Ordinal{ + Start: 2, + }, } pods, err := BuildPods(crd, nil)