mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 02:18:50 +01:00
Relocate db test case
This commit is contained in:
parent
85e485c021
commit
10f1f84dff
1 changed files with 1 additions and 1 deletions
|
@ -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", () {
|
Loading…
Reference in a new issue