encoder_test.go | 9 +++++---- diff --git a/encoder_test.go b/encoder_test.go index a12db3a67a4fed82c327fa2c4132f9e159af0003..88da66ccdc228a4b7d35e5367ab03fe4888882df 100644 --- a/encoder_test.go +++ b/encoder_test.go @@ -228,10 +228,11 @@ enc, err := NewEncoder(8000, 1, AppVoIP) if err != nil || enc == nil { t.Errorf("Error creating new encoder: %v", err) } - vals := []Bandwidth{Narrowband, - MediumBand, - WideBand, - SuperWideBand, + vals := []Bandwidth{ + Narrowband, + Mediumband, + Wideband, + SuperWideband, Fullband, } for _, maxBw := range vals {