Update test boilerplate to reflect API changes

This commit is contained in:
Mukhtar Haji
2017-07-13 10:47:59 +01:00
parent cdc8c03c87
commit 73e81ec736

View File

@@ -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 {