add local MXL video adapter
This commit is contained in:
@@ -67,7 +67,7 @@ func TestShouldRetrySourceError(t *testing.T) {
|
||||
for _, tt := range tests {
|
||||
t.Run(tt.name, func(t *testing.T) {
|
||||
if got := ShouldRetry(tt.err); got != tt.want {
|
||||
t.Errorf("shouldRetrySourceError() = %t, want %t", got, tt.want)
|
||||
t.Errorf("ShouldRetry() = %t, want %t", got, tt.want)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user