Skip to content

Commit

Permalink
Enable debug logging for TestWriteMDirectAccountData
Browse files Browse the repository at this point in the history
Yet another straw to grasp at for debugging
matrix-org/synapse#13334
  • Loading branch information
richvdh committed Oct 6, 2022
1 parent 62ca6a6 commit 29e0fee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/direct_messaging_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ func TestWriteMDirectAccountData(t *testing.T) {

alice := deployment.Client(t, "hs1", "@alice:hs1")
bob := deployment.Client(t, "hs1", "@bob:hs1")

// additional logging to debug https://github.com/matrix-org/synapse/issues/13334
alice.Debug = true

roomID := alice.CreateRoom(t, map[string]interface{}{
"invite": []string{bob.UserID},
"is_direct": true,
Expand Down

0 comments on commit 29e0fee

Please sign in to comment.