source-aware playback statuses.
This commit is contained in:
@@ -146,6 +146,10 @@ func TestSyncWorkerStatusesInheritGeneration(t *testing.T) {
|
||||
if status.Generation != 9 {
|
||||
t.Fatalf("status generation = %d, want 9: %+v", status.Generation, status)
|
||||
}
|
||||
wantPair := SyncPairConfig{Video: video, Audio: audio}
|
||||
if status.Pair != wantPair {
|
||||
t.Fatalf("status pair = %#v, want %#v", status.Pair, wantPair)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user