Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FauconSpartiate committed Dec 29, 2024
1 parent b752380 commit 73c9918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/calculation_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ void main() async {
expect(Calculator.calculate(clampingList, clamp: false), equals(115));

expect(Calculator.calculate(scaleUpTestsList, precise: true), equals(72));
getCurrentYear().scaleUpTests = false;
getCurrentYear().scaleUpTests = true;
expect(Calculator.calculate(scaleUpTestsList, precise: true), equals(67.5));
});

Expand Down

0 comments on commit 73c9918

Please # to comment.