Skip to content

Commit e7372ca

Browse files
fix PR comments
1 parent 38ac5a9 commit e7372ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/w3_header_utils_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ void main() {
2525
test('generateTracePartialId should generate a non-zero hex string', () {
2626
var callCount = 0;
2727

28-
when(mRandom.nextInt(any)).thenAnswer((_)=>[0, 217222][callCount++]);
28+
when(mRandom.nextInt(any)).thenAnswer((_) => [0, 217222][callCount++]);
2929

3030
final hexString = W3CHeaderUtils().generateTracePartialId().hexPartialId;
3131

0 commit comments

Comments
 (0)