Skip to content

Commit

Permalink
!=
Browse files Browse the repository at this point in the history
  • Loading branch information
frostbyte73 committed Nov 26, 2024
1 parent abe03c3 commit c1d58e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func (r *Runner) checkUpdate(t *testing.T, egressID string, status livekit.Egres
func (r *Runner) checkStreamUpdate(t *testing.T, egressID string, expected map[string]livekit.StreamInfo_Status) {
for {
info := r.getUpdate(t, egressID)
if len(expected) < len(info.StreamResults) {
if len(expected) != len(info.StreamResults) {
continue
}

Expand Down

0 comments on commit c1d58e2

Please sign in to comment.