Skip to content

Commit 27e3a42

Browse files
authored
Update FunctionsTest.java
1 parent 6f5493c commit 27e3a42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration-tests/src/test/java/com/fnproject/fn/integrationtest/FunctionsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public void checkBoilerPlate() throws Exception {
4848
for (String format : new String[]{"http-stream"}) {
4949
for (String runtime : new String[]{"java9", "java8"}) {
5050
IntegrationTestRule.TestContext tc = testRule.newTest();
51-
tc.withDirFrom("funcs/hellofunc");
51+
tc.withDirFrom("funcs/helloFunc");
5252

5353
String fnName = "bp" + format + runtime;
5454
tc.runFn("init", "--runtime", runtime, "--name", fnName, "--format", format);

0 commit comments

Comments
 (0)