Merge pull request #202 from fnproject/update-java-boilerplate

Update java boilerplate
This commit is contained in:
Reed Allman
2017-08-08 11:06:26 -07:00
committed by GitHub

View File

@@ -206,7 +206,7 @@ import static org.junit.Assert.*;
public class HelloFunctionTest {
@Rule
public final FnTesting testing = FnTesting.createDefault();
public final FnTestingRule testing = FnTestingRule.createDefault();
@Test
public void shouldReturnGreeting() {