Skip to content

Commit

Permalink
Rename SpotifyActionTest class to SpotifyPlayPauseTest
Browse files Browse the repository at this point in the history
  • Loading branch information
holybaechu committed Jan 9, 2024
1 parent 00e2989 commit 0327128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/SpotifyPlayPauseTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import java.time.Duration;
import java.util.concurrent.TimeUnit;

public class SpotifyActionTest {
public class SpotifyPlayPauseTest {

public static void main(String[] args) {
SpotifyAPI api = SpotifyAPIFactory.create();
Expand Down

0 comments on commit 0327128

Please sign in to comment.