You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: metacat-connector-polaris/src/test/java/com/netflix/metacat/connector/polaris/store/PolarisStoreConnectorTest.java
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -184,8 +184,7 @@ public void testTableCreationAndDeletionWithParams() {
184
184
}
185
185
186
186
/**
187
-
* Test table creation if database exists.
188
-
* Verify table deletion
187
+
* Test database deletion if table exists and ON DELETE CASCADE is disabled.
189
188
*/
190
189
@Test
191
190
publicvoidtestDbDeletionNoCascade() {
@@ -196,7 +195,7 @@ public void testDbDeletionNoCascade() {
0 commit comments