Skip to content

Commit

Permalink
Add decimal128 test to flutter driver tests!
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Apr 11, 2023
1 parent 2d752d1 commit 8e8f061
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flutter/realm_flutter/tests/test_driver/realm_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import '../test/backlinks_test.dart' as backlinks_test;
import '../test/client_reset_test.dart' as client_reset_test;
import '../test/configuration_test.dart' as configuration_test;
import '../test/credentials_test.dart' as credentials_test;
import '../test/decimal128_test.dart' as decimal128_test;
import '../test/dynamic_realm_test.dart' as dynamic_realm_test;
import '../test/embedded_test.dart' as embedded_test;
import '../test/indexed_test.dart' as indexed_test;
Expand All @@ -36,6 +37,7 @@ Future<String> main(List<String> args) async {
await client_reset_test.main(args);
await configuration_test.main(args);
await credentials_test.main(args);
await decimal128_test.main(args);
await dynamic_realm_test.main(args);
await embedded_test.main(args);
indexed_test.main(args);
Expand Down

0 comments on commit 8e8f061

Please sign in to comment.