Skip to content

Commit f296f08

Browse files
committed
reorganize fossil tests
1 parent 25a248f commit f296f08

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/src/fossil_test.dart renamed to test/fossil_test.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import 'dart:io';
22
import 'dart:typed_data';
3+
4+
// WARNING: Internal test, do not rely on fossil.dart outside this scope.
5+
import 'package:centrifuge/src/fossil.dart';
36
import 'package:test/test.dart';
4-
import 'fossil.dart';
57

68
Uint8List readBytes(String path) {
79
final file = File(path);

0 commit comments

Comments
 (0)