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 93536be commit 639ea36Copy full SHA for 639ea36
1 file changed
test/onesignalflutter_test.dart
@@ -16,7 +16,7 @@ void main() {
16
17
group('OneSignal', () {
18
test('initialize sets appId and calls lifecycle methods', () async {
19
- OneSignal.initialize('test-app-id');
+ await OneSignal.initialize('test-app-id');
20
21
expect(channelController.state.appId, equals('test-app-id'));
22
expect(channelController.state.lifecycleInitCalled, isTrue);
0 commit comments