diff --git a/hub/tests/test_exceptions.py b/hub/tests/test_exceptions.py index 2f2e67ca69..2681cb8d38 100644 --- a/hub/tests/test_exceptions.py +++ b/hub/tests/test_exceptions.py @@ -5,7 +5,6 @@ """ from hub.exceptions import ( - AdvancedSlicingNotSupported, DaskModuleNotInstalledException, HubException, AuthenticationException, @@ -70,10 +69,9 @@ def test_exceptions(): NotHubDatasetToAppendException() DynamicTensorNotFoundException() NotIterable() - AdvancedSlicingNotSupported() DaskModuleNotInstalledException() - DynamicTensorShapeException("none") DynamicTensorShapeException("length") DynamicTensorShapeException("not_equal") DynamicTensorShapeException("another_cause") + NotFound()