Skip to content

Commit

Permalink
Updated test to work with reverse iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
jpappa200 committed Mar 31, 2023
1 parent e7094a8 commit b72c798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/go-atscfg/parentdotconfig_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3734,13 +3734,13 @@ func TestMakeParentDotConfigTopologiesServerMultipleProfileParams(t *testing.T)
Name: ParentConfigCacheParamWeight,
ConfigFile: "parent.config",
Value: "100",
Profiles: []byte(`["serverprofile0"]`),
Profiles: []byte(`["serverprofile1"]`),
},
tc.Parameter{
Name: ParentConfigCacheParamWeight,
ConfigFile: "parent.config",
Value: "200",
Profiles: []byte(`["serverprofile1"]`),
Profiles: []byte(`["serverprofile0"]`),
},
}

Expand Down

0 comments on commit b72c798

Please sign in to comment.