Skip to content

Commit 49e0b4a

Browse files
committed
Fix test directory
1 parent 3e1bfe0 commit 49e0b4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testSrc/unit/io/flutter/utils/IconPreviewGeneratorTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ public class IconPreviewGeneratorTest {
2222
@Test
2323
@SuppressWarnings("ResultOfMethodCallIgnored")
2424
public void generateCupertino() throws IOException {
25-
final String fontPath = "flutter-idea/testData/utils/CupertinoIcons.ttf";
26-
final String propertiesPath = "flutter-idea/testData/utils/cupertino.properties";
25+
final String fontPath = "testData/utils/CupertinoIcons.ttf";
26+
final String propertiesPath = "testData/utils/cupertino.properties";
2727
final Path tempDir = Files.createTempDirectory("preview");
2828
final String outputPath = tempDir.toAbsolutePath().toString();
2929
File preview = new File(outputPath);

0 commit comments

Comments
 (0)