Skip to content

Commit

Permalink
print each key value
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanCheshire committed Sep 16, 2024
1 parent fa0ce1a commit 6615181
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class CyderAudioFileTest {
/** Tests for the get audio length method. */
@Test
fun testGetAudioLength() {
System.getenv().values.stream().forEach(System.out::println)
System.getenv().forEach(System.out::println)

val file = CyderAudioFile(southWav)
assertThrows(NullPointerException::class.java) { file.getAudioLength(null) }
Expand Down

0 comments on commit 6615181

Please sign in to comment.