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 663778a commit 4338f46Copy full SHA for 4338f46
test/tizen_api_test.dart
@@ -3,5 +3,6 @@ import 'package:test/test.dart';
3
void main() {
4
test('First Test', () {
5
expect(true, isTrue);
6
+ expect(true, isTrue);
7
});
8
}
0 commit comments