Skip to content

Commit

Permalink
test: define container final
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <[email protected]>
  • Loading branch information
otaviojava committed Nov 28, 2023
1 parent da79f35 commit 4394da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/test/java/expert/os/harperdb/ServerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class ServerTest {

private Container container = Container.INSTANCE;
private final Container container = Container.INSTANCE;

@Test
void shouldGetHost() {
Expand Down

0 comments on commit 4394da9

Please sign in to comment.