Skip to content

Commit 2b3d5d0

Browse files
author
Mr8god
committed
Test: fix all comments from @Harry-Chen
1. exclude exception_test.dart; 2. fix all comments.
1 parent e4bc371 commit 2b3d5d0

File tree

4 files changed

+3
-12
lines changed

4 files changed

+3
-12
lines changed

test/exceptions_test.dart

Lines changed: 0 additions & 9 deletions
This file was deleted.

test/test_examples_of_records/bluetooth_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ void main() {
2727
testGenerate(hexStrings, messages);
2828
});
2929
});
30-
}
30+
}

test/test_examples_of_records/signature_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ void main() {
5656
expect(sr.signatureTypeIndex, equals(11));
5757
});
5858
});
59-
}
59+
}

test/test_examples_of_records/smartposter_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ void main() {
3535
});
3636
});
3737

38-
group('ndef message with smart poster type', (){
38+
group('ndef message with smart poster type', () {
3939
SmartPosterRecord smartPosterRecord1 = SmartPosterRecord(
4040
title: "ndef",
4141
uri: "https://github.com/nfcim/ndef",

0 commit comments

Comments
 (0)