diff options
| author | Nathan Perry <avaglir@gmail.com> | 2017-07-28 03:17:55 -0400 |
|---|---|---|
| committer | Nathan Perry <avaglir@gmail.com> | 2017-07-28 03:17:55 -0400 |
| commit | 381ee40964b21f8a8c4cb9c3f84bd2ddc3290e5c (patch) | |
| tree | b4d6bee8a52f09326ea9b576dcf0eef34468b6df /wav/wav_test.go | |
| parent | 2b1b07806bde7206d15ce87b9f05f1176c965b2f (diff) | |
first pass on wav
Diffstat (limited to 'wav/wav_test.go')
| -rw-r--r-- | wav/wav_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wav/wav_test.go b/wav/wav_test.go index a641b8f..5d6bef7 100644 --- a/wav/wav_test.go +++ b/wav/wav_test.go @@ -8,7 +8,7 @@ import ( func TestLoad(t *testing.T) { ch, err := Load("../downloader/out.wav") if err != nil { - t.Error(err) + t.Fatal(err) } ct := 0 |
