mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Update test boilerplate to reflect API changes
This commit is contained in:
@@ -196,11 +196,10 @@ public class HelloFunction {
|
||||
|
||||
helloJavaTestBoilerplate = `package com.example.faas;
|
||||
|
||||
import com.oracle.faas.testing.FnTesting;
|
||||
import com.oracle.faas.testing.*;
|
||||
import org.junit.*;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
import static com.oracle.faas.testing.FnTesting.*;
|
||||
|
||||
public class HelloFunctionTest {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user