Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vimystic committed Nov 20, 2024
1 parent bfe1a51 commit e088656
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions internal/fullnode/build_pods_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ func TestBuildPods(t *testing.T) {
"agoric-6": {DisableStrategy: ptr(cosmosv1.DisableAll)},
overridePod: {Image: overrideImage},
},
Ordinal: cosmosv1.Ordinal{
Start: 2,
},
},
}

Expand Down Expand Up @@ -120,6 +123,9 @@ func TestBuildPods(t *testing.T) {
"some.scheduled.snapshot.ignored": {PodCandidate: "agoric-99"},
},
},
Ordinal: cosmosv1.Ordinal{

Check failure on line 126 in internal/fullnode/build_pods_test.go

View workflow job for this annotation

GitHub Actions / test

unknown field Ordinal in struct literal of type "github.com/strangelove-ventures/cosmos-operator/api/v1".CosmosFullNode
Start: 2,
},
}

pods, err := BuildPods(crd, nil)
Expand Down

0 comments on commit e088656

Please sign in to comment.