Skip to content

Commit

Permalink
SEAM-50 fix cleanup of conversation
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Mar 25, 2011
1 parent 24017c4 commit fe363c2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -117,8 +117,8 @@ public void testBookHotel() throws Exception {
}
finally {
if (ctx != null && ctx.isActive()) {
ctx.dissociate(storage);
ctx.deactivate();
ctx.dissociate(storage);
}
}
}
Expand Down

0 comments on commit fe363c2

Please sign in to comment.