Skip to content

Commit 58c8bc0

Browse files
committed
Fix compilation errors
1 parent a994138 commit 58c8bc0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TestTools/TestData/ViewFactory.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ struct ParticipantFactory {
8585
joinedAt: Date(),
8686
audioLevel: 0,
8787
audioLevels: [],
88-
pin: nil
88+
pin: nil,
89+
pausedTracks: []
8990
)
9091
factory.append(participant)
9192
}

0 commit comments

Comments
 (0)