mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Merge pull request #202 from fnproject/update-java-boilerplate
Update java boilerplate
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user