Skip to content

Commit

Permalink
[ESWE-1181] Employer Creation; revise test naming
Browse files Browse the repository at this point in the history
  • Loading branch information
rickchoijd committed Jan 21, 2025
1 parent dbde16f commit 1495d7a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ class JobsBoardApiWebClientShould : IntegrationTestBase() {
private lateinit var jobsBoardApiWebClient: JobsBoardApiWebClient

@Nested
@DisplayName("JobsBoard `GET` /employers")
inner class EmployersGetEndpoint {
@DisplayName("JobsBoard `GET` /employers/{id}")
inner class EmployersGetDetailsEndpoint {
@Test
fun `return employer details, given valid employer ID`() {
val employer = sainsburys.copy(createdAt = timeProvider.nowAsInstant())
Expand Down

0 comments on commit 1495d7a

Please sign in to comment.