Skip to content

Commit 8620ed9

Browse files
committed
reorganize fossil tests
1 parent d3a4731 commit 8620ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fossil_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ void main() {
1818
// There are test cases in testdata/fossil/1 through 5
1919
for (var i = 1; i <= 5; i++) {
2020
test('Delta case #$i', () {
21-
final baseDir = 'testdata/fossil/$i';
21+
final baseDir = 'test/testdata/fossil/$i';
2222
final originPath = '$baseDir/origin';
2323
final deltaPath = '$baseDir/delta';
2424
final targetPath = '$baseDir/target';

0 commit comments

Comments
 (0)