Skip to content

Commit

Permalink
Increased testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
cinar committed Oct 17, 2024
1 parent 195dc1a commit 5340f09
Show file tree
Hide file tree
Showing 2 changed files with 240 additions and 244 deletions.
2 changes: 1 addition & 1 deletion strategy/volume/negative_volume_index_strategy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func TestNegativeVolumeIndexStrategy(t *testing.T) {

expected := helper.Map(results, func(r *strategy.Result) strategy.Action { return r.Action })

nvis := volume.NewNegativeVolumeIndexStrategy()
nvis := volume.NewNegativeVolumeIndexStrategyWith(12)
actual := nvis.Compute(snapshots)

err = helper.CheckEquals(actual, expected)
Expand Down
Loading

0 comments on commit 5340f09

Please sign in to comment.