Skip to content

Commit

Permalink
Change file names
Browse files Browse the repository at this point in the history
  • Loading branch information
olegz committed Oct 25, 2023
1 parent 6c20e26 commit 4883e5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import org.springframework.context.annotation.Configuration;

@Configuration
public class FunctionConfiguration {
public class FunctionRoutingConfiguration {

@Bean
public Function<String, String> uppercase() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

import com.fasterxml.jackson.databind.ObjectMapper;

public class FunctionAwsApplicationTests {
public class FunctionAwsRoutingApplicationTests {

@Test
void validateFunctionRouting() throws Exception {
Expand Down

0 comments on commit 4883e5a

Please sign in to comment.