Skip to content

Commit a7d45ee

Browse files
authored
Enable debug logging for TestWriteMDirectAccountData (#493)
1 parent 62ca6a6 commit a7d45ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/direct_messaging_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ func TestWriteMDirectAccountData(t *testing.T) {
2828

2929
alice := deployment.Client(t, "hs1", "@alice:hs1")
3030
bob := deployment.Client(t, "hs1", "@bob:hs1")
31+
32+
// additional logging to debug https://github.com/matrix-org/synapse/issues/13334
33+
alice.Debug = true
34+
3135
roomID := alice.CreateRoom(t, map[string]interface{}{
3236
"invite": []string{bob.UserID},
3337
"is_direct": true,

0 commit comments

Comments
 (0)