Skip to content

Commit

Permalink
Don't reuse wait room between PM tests
Browse files Browse the repository at this point in the history
  • Loading branch information
logan committed Jan 8, 2016
1 parent 87f01dd commit 0b1aa14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -3417,7 +3417,7 @@ func testPMs(s *serverUnderTest) {
r.send("1", "nick", `{"name":"r"}`)
r.expect("1", "nick-reply", `{"session_id":"*","id":"*","from":"","to":"r"}`)
r.Close()
r = s.Reconnect(r, "pmwait")
r = s.Reconnect(r, "pmwait2")
r.expectPing()
r.expectSnapshot(s.backend.Version(), nil, nil)

Expand Down

0 comments on commit 0b1aa14

Please sign in to comment.