Skip to content

Commit

Permalink
fix: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Dec 24, 2023
1 parent 50a925d commit 8e0e911
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ProjectLibraryTest {
val testStack = ProjectLibrary.prepare(language, deps)

// then
assertEquals("Spring MVC, Spring WebFlux", testStack.coreFrameworks().joinToString(", "))
assertEquals("Spring Boot, Spring Boot Web", testStack.coreFrameworks().joinToString(", "))
assertEquals("Spring Boot Test, Spring Test", testStack.testFrameworks().joinToString(", "))
}
}

0 comments on commit 8e0e911

Please sign in to comment.