Skip to content
Snippets Groups Projects
Commit 4209a9df authored by tpylak's avatar tpylak
Browse files

LMS-544 fix unit tests

SVN: 9471
parent 8fa310e0
No related branches found
No related tags found
No related merge requests found
......@@ -294,7 +294,7 @@ public class DefaultSessionManagerTest
sessionManager.closeSession(sessionToken);
try
{
sessionManager.getSession(user);
sessionManager.getSession(sessionToken);
fail("UserFailureException expected because session token no longer valid.");
} catch (final UserFailureException ex)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment