Skip to content

Commit

Permalink
fix: update tests
Browse files Browse the repository at this point in the history
Signed-off-by: Elias Van Ootegem <[email protected]>
  • Loading branch information
EVODelavega committed Sep 18, 2024
1 parent 907189c commit 64c91f8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,6 @@ Feature: Calculating referral set running volumes
# Check running volume correctly calculated for a variety of window lengths
Examples:
| window length | running volume 1 | running volume 2 | running volume 3 | running volume 4 |
| 1 | 10000 | 10000 | 10000 | 10000 |
| 2 | 10000 | 20000 | 20000 | 20000 |
| 3 | 10000 | 20000 | 30000 | 30000 |
| 1 | 10000 | 20000 | 10000 | 10000 |
| 2 | 10000 | 30000 | 30000 | 20000 |
| 3 | 10000 | 30000 | 40000 | 40000 |

0 comments on commit 64c91f8

Please sign in to comment.