Renaming internal test boot applications in functions

This commit is contained in:
Soby Chacko
2020-07-02 18:31:58 -04:00
parent bee064cfe3
commit 49468e6148
34 changed files with 40 additions and 40 deletions

View File

@@ -146,6 +146,6 @@ public class TaskLauncherFunctionApplicationTests {
}
@SpringBootApplication
static class TestApplication {
static class TaskLauncherFunctionTestApplication {
}
}