mirror of https://bitbucket.org/ausocean/av.git
revid: removed unnecessary assertion
This commit is contained in:
parent
86971ca055
commit
afe2948cf7
|
@ -249,7 +249,7 @@ func TestResetEncoderSenderSetup(t *testing.T) {
|
|||
ok := false
|
||||
for _, dst := range senders {
|
||||
// Get type of sender.
|
||||
senderType := fmt.Sprintf("%T", dst.(loadSender))
|
||||
senderType := fmt.Sprintf("%T", dst)
|
||||
|
||||
// If it's one we want, indicate.
|
||||
if senderType == expectDst {
|
||||
|
|
Loading…
Reference in New Issue