Skip to content

Commit

Permalink
Renamed tests to make it clear
Browse files Browse the repository at this point in the history
  • Loading branch information
justJavaProgrammer committed Jul 30, 2024
1 parent f03918b commit 05a013c
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 @@ -31,7 +31,7 @@
repositoryRoot = "git://https://github.com/Project-Sonata/Sonata-Contracts.git",
ids = "com.odeyalo.sonata:authorization:+")
@TestPropertySource(locations = "classpath:application-test.properties")
public class UpdatePlayerStatePlayerControllerTest {
public class ChangeShuffleStateEndpointTest {

@Autowired
WebTestClient testClient;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
repositoryRoot = "git://https://github.com/Project-Sonata/Sonata-Contracts.git",
ids = "com.odeyalo.sonata:authorization:+")
@ActiveProfiles("test")
public class CurrentlyPlayingPlayerStateControllerTest {
public class CurrentlyPlayingEndpointTest {

@Autowired
WebTestClient webTestClient;
Expand Down

0 comments on commit 05a013c

Please sign in to comment.