add local MXL video adapter

This commit is contained in:
Dmitry Sergeev
2026-08-27 09:27:14 +03:00
parent 4f6ee895e7
commit 87b012db80
4 changed files with 168 additions and 1 deletions
+1 -1
View File
@@ -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)
}
})
}