Skip to content

Commit

Permalink
fix: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed May 10, 2024
1 parent 00999a0 commit 5aacb67
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/test/java/io/supertokens/test/InMemoryDBTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public void testConcurrentMetadataUpdates() throws Exception {

@Test
public void createAndForgetSession() throws Exception {
try {
{
String[] args = {"../"};
TestingProcessManager.TestingProcess process = TestingProcessManager.start(args, false);
process.getProcess().setForceInMemoryDB();
Expand All @@ -171,8 +171,6 @@ public void createAndForgetSession() throws Exception {

process.kill();
assertNotNull(process.checkOrWaitForEvent(ProcessState.PROCESS_STATE.STOPPED));
} catch (Exception e) {
throw e;
}
{
String[] args = {"../"};
Expand Down

0 comments on commit 5aacb67

Please sign in to comment.