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 a61a15e commit 2a8ac0fCopy full SHA for 2a8ac0f
sierra-test/src/main/java/org/httprpc/sierra/test/PreviewTest.java
@@ -44,7 +44,7 @@ public void run() {
44
var n = names.size();
45
46
for (var i = 0; i < n; i++) {
47
- try (var inputStream = getClass().getResourceAsStream(names.get(i))) {
+ try (var inputStream = GreetingTest.class.getResourceAsStream(names.get(i))) {
48
Files.copy(inputStream, paths.get(i));
49
}
50
0 commit comments