Skip to content

Commit

Permalink
add test to see values
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanCheshire committed Sep 16, 2024
1 parent 65e3b71 commit fa0ce1a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ class CyderAudioFileTest {
/** Tests for the get audio length method. */
@Test
fun testGetAudioLength() {
System.getenv().values.stream().forEach(System.out::println)

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

Expand Down

0 comments on commit fa0ce1a

Please sign in to comment.