We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a4731 commit 8620ed9Copy full SHA for 8620ed9
test/fossil_test.dart
@@ -18,7 +18,7 @@ void main() {
18
// There are test cases in testdata/fossil/1 through 5
19
for (var i = 1; i <= 5; i++) {
20
test('Delta case #$i', () {
21
- final baseDir = 'testdata/fossil/$i';
+ final baseDir = 'test/testdata/fossil/$i';
22
final originPath = '$baseDir/origin';
23
final deltaPath = '$baseDir/delta';
24
final targetPath = '$baseDir/target';
0 commit comments