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 3e1bfe0 commit 49e0b4aCopy full SHA for 49e0b4a
testSrc/unit/io/flutter/utils/IconPreviewGeneratorTest.java
@@ -22,8 +22,8 @@ public class IconPreviewGeneratorTest {
22
@Test
23
@SuppressWarnings("ResultOfMethodCallIgnored")
24
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";
+ final String fontPath = "testData/utils/CupertinoIcons.ttf";
+ final String propertiesPath = "testData/utils/cupertino.properties";
27
final Path tempDir = Files.createTempDirectory("preview");
28
final String outputPath = tempDir.toAbsolutePath().toString();
29
File preview = new File(outputPath);
0 commit comments