aboutsummaryrefslogtreecommitdiff
path: root/wav/wav_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'wav/wav_test.go')
-rw-r--r--wav/wav_test.go2
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