Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroFish91 committed Nov 20, 2024
1 parent 4030161 commit 11cdb55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func GetAdvancedSnapshotRebalanceTestCase(*testing.T) shared.TestCase {
},
Snapshot_total: 507108.10,
Snapshot_total_omit_skips: 435369.87,
Rebalance_thresh_pct: 65,
Rebalance_thresh_pct: 13,
},
ExpectedStatusCode: fiber.StatusOK,
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func GetSnapshotRebalanceTestCases(t *testing.T, snapWithBenchmarkId, snapWithou
},
Snapshot_total: 2501.5,
Snapshot_total_omit_skips: 2501.5,
Rebalance_thresh_pct: 50,
Rebalance_thresh_pct: 20,
},
ExpectedStatusCode: fiber.StatusOK,
},
Expand Down

0 comments on commit 11cdb55

Please sign in to comment.