Skip to content

Commit

Permalink
Update opendj-server-legacy/src/test/java/org/opends/server/backends/…
Browse files Browse the repository at this point in the history
…pluggable/PluggableBackendImplTestCase.java

Co-authored-by: Michael Gunkoff <54396113+kaatinga@users.noreply.github.com>
  • Loading branch information
vharseko and kaatinga authored Sep 22, 2023
1 parent 7b7f838 commit b3248ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,7 @@ public void testReadOnly() throws Exception
backend.finalizeBackend();
try
{
readOnlyContainer.open(AccessMode.READ_WRITE); //init storage before read
readOnlyContainer.open(AccessMode.READ_WRITE); //init storage before reading
readOnlyContainer.close();
readOnlyContainer.open(AccessMode.READ_ONLY);
readOnlyContainer.getStorage().write(new WriteOperation()
Expand Down

0 comments on commit b3248ea

Please sign in to comment.