From df0dc457a74b52238d39e36d066b938bef51e878 Mon Sep 17 00:00:00 2001 From: pranav-super <50245172+pranav-super@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:55:29 -0700 Subject: [PATCH] fix comment again Co-authored-by: Mythicaeda --- .../java/gov/nasa/jpl/aerie/database/ExternalEventTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db-tests/src/test/java/gov/nasa/jpl/aerie/database/ExternalEventTests.java b/db-tests/src/test/java/gov/nasa/jpl/aerie/database/ExternalEventTests.java index f71cff9667..30870f44a0 100644 --- a/db-tests/src/test/java/gov/nasa/jpl/aerie/database/ExternalEventTests.java +++ b/db-tests/src/test/java/gov/nasa/jpl/aerie/database/ExternalEventTests.java @@ -1761,7 +1761,7 @@ void externalSourceTypeMatchDerivationGroup() throws SQLException { } /** - * It should not be possible to delete a source type with a source still associated. + * It is not be possible to delete a source type with a source still associated. */ @Test void deleteSourceTypeWithRemainingSource() throws SQLException {