Skip to content

Commit

Permalink
Revert adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
iand committed Sep 25, 2023
1 parent f7abb74 commit 568a32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/internal/coord/routing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ func TestRoutingConfigValidate(t *testing.T) {
t.Run("explore maximum 15 or less", func(t *testing.T) {
cfg := DefaultRoutingConfig()

cfg.ExploreMaximumCpl = 15
cfg.ExploreMaximumCpl = 16
require.Error(t, cfg.Validate())
})

Expand Down

0 comments on commit 568a32f

Please sign in to comment.