Remove one last pair of warnings

This commit is contained in:
2024-08-05 13:43:24 -05:00
parent f237b5e82d
commit 9e63731ff6

View File

@ -192,6 +192,7 @@ class SavedViewProcessTests extends BaseTest
** **
*******************************************************************************/ *******************************************************************************/
@Test @Test
@SuppressWarnings("unchecked")
void testNotFoundThrowsProperly() throws QException void testNotFoundThrowsProperly() throws QException
{ {
QInstance qInstance = QContext.getQInstance(); QInstance qInstance = QContext.getQInstance();
@ -244,4 +245,4 @@ class SavedViewProcessTests extends BaseTest
} }
} }
} }