Skip to content

Commit

Permalink
chore: Bla
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelsJP committed Jul 23, 2024
1 parent 729b433 commit 8d5036d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ void defaultConstructorInitializesObject() {
assertNotNull(storage, "Default constructor should initialize the object");
assertTrue(storage.getEnabled(), "Default constructor should initialize 'enabled' to true");
assertEquals("", storage.getFilepath().toString(), "Default constructor should initialize 'filepath' to an empty string");

}

@Test
Expand Down

0 comments on commit 8d5036d

Please sign in to comment.