Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Jul 6, 2024
1 parent 21802f1 commit 1ea47e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frb_example/pure_dart/test/api/dart_opaque_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Future<void> main({bool skipRustLibInit = false}) async {
expect(back1(), 'Test_String');
var back2 = await loopBackTwinNormal(opaque: back1) as String Function();
expect(back2(), 'Test_String');
expect(identical(back2, f), isTrue);
if (!kIsWeb) expect(identical(back2, f), isTrue);
});

test('drop', () async {
Expand Down

0 comments on commit 1ea47e7

Please sign in to comment.