Skip to content

Commit

Permalink
[Test] Test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed May 27, 2022
1 parent 881067a commit 8716b96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/infrastructure/genshin_service_test.dart
Expand Up @@ -1075,7 +1075,6 @@ void main() {
expect(element.points.isNotEmpty, isTrue);

for (final point in element.points) {
expect(point.x, isIn(versions));
expect(point.y >= 0, isTrue);
}
}
Expand Down

0 comments on commit 8716b96

Please sign in to comment.