We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ac5a9 commit e7372caCopy full SHA for e7372ca
test/w3_header_utils_test.dart
@@ -25,7 +25,7 @@ void main() {
25
test('generateTracePartialId should generate a non-zero hex string', () {
26
var callCount = 0;
27
28
- when(mRandom.nextInt(any)).thenAnswer((_)=>[0, 217222][callCount++]);
+ when(mRandom.nextInt(any)).thenAnswer((_) => [0, 217222][callCount++]);
29
30
final hexString = W3CHeaderUtils().generateTracePartialId().hexPartialId;
31
0 commit comments