Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhinavTuli committed Feb 19, 2021
1 parent f8253ed commit 9cc562f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hub/tests/test_exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"""

from hub.exceptions import (
AdvancedSlicingNotSupported,
DaskModuleNotInstalledException,
HubException,
AuthenticationException,
Expand Down Expand Up @@ -70,10 +69,9 @@ def test_exceptions():
NotHubDatasetToAppendException()
DynamicTensorNotFoundException()
NotIterable()
AdvancedSlicingNotSupported()
DaskModuleNotInstalledException()

DynamicTensorShapeException("none")
DynamicTensorShapeException("length")
DynamicTensorShapeException("not_equal")
DynamicTensorShapeException("another_cause")
NotFound()

0 comments on commit 9cc562f

Please sign in to comment.