Fix tests

This commit is contained in:
Alex X
2024-04-30 14:25:48 +03:00
parent 297096a93b
commit b4a524f46d
4 changed files with 112 additions and 59 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
func TestRecursion(t *testing.T) {
// create stream with some source
stream1 := New("from_yaml", "does not matter")
stream1 := New("from_yaml", "does_not_matter")
require.Len(t, streams, 1)
// ask another unnamed stream that links go2rtc