Skip to content

Commit

Permalink
fix assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciech-adaptive committed May 10, 2024
1 parent 77c0bf2 commit 9efffa2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ public void shouldInitiateConnectionAfterRequestSession() throws IOException
connection.logon(false);

final Session session1 = lookupSession();
assertSame(session1, session1);
assertSame(session, session1);
assertEquals(sessionId, session1.id());
}
}
Expand Down

0 comments on commit 9efffa2

Please sign in to comment.