We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad0622 commit 79652f2Copy full SHA for 79652f2
3 files changed
lib/fxa.dart
@@ -26,4 +26,4 @@ part 'src/models/price.dart';
26
part 'src/models/task.dart';
27
part 'src/models/token.dart';
28
29
-part 'src/api.dart';
+part 'src/client.dart';
lib/src/api.dart lib/src/client.dartlib/src/api.dart renamed to lib/src/client.dart
test/fxa_test.dart
@@ -9,8 +9,8 @@ void main() {
9
// // Additional setup goes here.
10
// });
11
12
- // test('First Test', () {
13
- // expect(awesome.isAwesome, isTrue);
14
- // });
+ test('First Test', () {
+ expect(true, isTrue);
+ });
15
});
16
}
0 commit comments