Skip to content

Commit 50b86f6

Browse files
committed
Clearify comment
1 parent 22bf344 commit 50b86f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/csapi/apidoc_search_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ import (
1616
"github.com/matrix-org/complement/runtime"
1717
)
1818

19-
// Note: In contrast to Sytest, we define a filter.rooms on each search request, this allows us to run in parallel.
19+
// Note: In contrast to Sytest, we define a filter.rooms on each search request, this is to mimic
20+
// creating a new user and new room per test. This also allows us to run in parallel.
2021
func TestSearch(t *testing.T) {
2122
runtime.SkipIf(t, runtime.Dendrite) // https://github.com/matrix-org/dendrite/pull/2675
2223
deployment := Deploy(t, b.BlueprintAlice)

0 commit comments

Comments
 (0)