diff --git a/app/test/entity/sqlite_table_extension_test.dart b/app/test/entity/sqlite/database_test.dart similarity index 99% rename from app/test/entity/sqlite_table_extension_test.dart rename to app/test/entity/sqlite/database_test.dart index 2a00487f..e4d70411 100644 --- a/app/test/entity/sqlite_table_extension_test.dart +++ b/app/test/entity/sqlite/database_test.dart @@ -4,7 +4,7 @@ import 'package:nc_photos/entity/sqlite/database.dart' as sql; import 'package:nc_photos/object_extension.dart'; import 'package:test/test.dart'; -import '../test_util.dart' as util; +import '../../test_util.dart' as util; void main() { group("SqliteDbExtension", () {