Polish test

This commit is contained in:
Oleg Zhurakousky
2020-06-17 09:53:52 +02:00
parent c5de8dba17
commit 62e8132fce

View File

@@ -24,19 +24,12 @@ import java.util.function.Supplier;
import java.util.stream.Collectors;
import com.google.gson.Gson;
<<<<<<< HEAD
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
=======
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
>>>>>>> a97bdcaf... SimpleFunctionRegistryTests: reactive function test case
import reactor.core.publisher.Flux;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.cloud.function.context.FunctionCatalog;