Skip to content

Commit

Permalink
Update ReleaseNotes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakarFin authored Jan 21, 2025
1 parent aa7f2ee commit 4b19c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,7 @@ Use assumeTrue to check for db connection WHEN test relies on database connectio

The TestHelper reads the properties to PropertyUtil so remember to clean up after a test using database:

@AfterAll
@AfterClass
public static void teardown() {
PropertyUtil.clearProperties();
}
Expand Down

0 comments on commit 4b19c5f

Please sign in to comment.