We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 928cc20 commit c50285fCopy full SHA for c50285f
test/dart_dice_parser_test.dart
@@ -10,7 +10,7 @@ void main() {
10
late Random staticMockRandom;
11
late Random seededRandom;
12
13
- setUp(() async {
+ setUp(() {
14
// first 100 seeded rolls for d6
15
// [6, 2, 1, 5, 3, 5, 1, 4, 6, 5, 6, 4, 2, 4, 2, 3, 5, 1, 1, 2, 4, 1, 6, 2, 2, 5, 6, 3, 1, 3, 6, 1, 2, 3, 6, 2, 1, 1, 1, 3, 1, 2, 3, 3, 6, 2, 5, 4, 3, 4, 1, 5, 4, 4, 2, 6, 5, 4, 6, 2, 3, 1, 4, 5, 3, 2, 2, 6, 6, 4, 4, 2, 6, 2, 5, 3, 3, 4, 4, 2, 2, 4, 3, 2, 6, 6, 4, 6, 4, 4, 3, 1, 4, 2, 2, 4, 3, 3, 1, 3]
16
seededRandom = Random(1234);
0 commit comments