Skip to content

Commit

Permalink
chore: fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
filipelautert committed Oct 31, 2024
1 parent 3b967fd commit 220b1f1
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package liquibase.locksevice.ext;
package liquibase.lockservice.ext;

import liquibase.lockservice.ext.NoOpLockService;
import org.junit.Test;

import static org.junit.Assert.*;
Expand All @@ -12,4 +11,4 @@ public void getPriority() {
assertEquals(1000, new NoOpLockService().getPriority());
}

}
}

0 comments on commit 220b1f1

Please sign in to comment.