Skip to content

Commit

Permalink
Use Ordinal within spec (duh))
Browse files Browse the repository at this point in the history
  • Loading branch information
vimystic committed Nov 20, 2024
1 parent e088656 commit 0a52ff4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions internal/fullnode/build_pods_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ func TestBuildPods(t *testing.T) {
},
Spec: cosmosv1.FullNodeSpec{
Replicas: 6,
Ordinal: cosmosv1.Ordinal{Start: 2},
},
Status: cosmosv1.FullNodeStatus{
ScheduledSnapshotStatus: map[string]cosmosv1.FullNodeSnapshotStatus{
Expand All @@ -123,9 +124,6 @@ func TestBuildPods(t *testing.T) {
"some.scheduled.snapshot.ignored": {PodCandidate: "agoric-99"},
},
},
Ordinal: cosmosv1.Ordinal{
Start: 2,
},
}

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

0 comments on commit 0a52ff4

Please sign in to comment.