diff --git a/moor_ffi/test/runners.dart b/moor_ffi/test/ffi_test.dart similarity index 100% rename from moor_ffi/test/runners.dart rename to moor_ffi/test/ffi_test.dart diff --git a/moor_ffi/test/suite/insert.dart b/moor_ffi/test/suite/insert.dart index 264ad14b..383b5dbe 100644 --- a/moor_ffi/test/suite/insert.dart +++ b/moor_ffi/test/suite/insert.dart @@ -1,6 +1,6 @@ import 'package:test/test.dart'; -import '../runners.dart'; +import '../ffi_test.dart'; void main(TestedDatabase db) { test('insert statements report their id', () async { diff --git a/moor_ffi/test/suite/prepared_statements.dart b/moor_ffi/test/suite/prepared_statements.dart index 051269b9..c1540027 100644 --- a/moor_ffi/test/suite/prepared_statements.dart +++ b/moor_ffi/test/suite/prepared_statements.dart @@ -1,6 +1,6 @@ import 'package:test/test.dart'; -import '../runners.dart'; +import '../ffi_test.dart'; void main(TestedDatabase db) { test('prepared statements can be used multiple times', () async { diff --git a/moor_ffi/test/suite/select.dart b/moor_ffi/test/suite/select.dart index a4719c09..9906126c 100644 --- a/moor_ffi/test/suite/select.dart +++ b/moor_ffi/test/suite/select.dart @@ -1,6 +1,6 @@ import 'package:test/test.dart'; -import '../runners.dart'; +import '../ffi_test.dart'; void main(TestedDatabase db) { test('select statements return expected value', () async { diff --git a/moor_ffi/test/suite/user_version.dart b/moor_ffi/test/suite/user_version.dart index cf07277c..b4f46183 100644 --- a/moor_ffi/test/suite/user_version.dart +++ b/moor_ffi/test/suite/user_version.dart @@ -1,6 +1,6 @@ import 'package:test/test.dart'; -import '../runners.dart'; +import '../ffi_test.dart'; void main(TestedDatabase db) { test('can set the user version on a database', () async {