Skip to content

Commit

Permalink
Fixed mem tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ledmington committed Jan 3, 2025
1 parent 2a2309e commit 57a2346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mem/src/test/java/com/ledmington/mem/TestPermissions.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ final class TestPermissions {

@BeforeEach
void setup() {
mem = new MemoryController(new RandomAccessMemory(MemoryInitializer.random()));
mem = new MemoryController(new RandomAccessMemory(MemoryInitializer.random()), true, false);
}

@Test
Expand Down

0 comments on commit 57a2346

Please sign in to comment.