Skip to content

Commit

Permalink
fixed test_load_annotation_from_ote_dataset_call_params_validation
Browse files Browse the repository at this point in the history
  • Loading branch information
saltykox committed Mar 21, 2022
1 parent 5ba02cc commit 3783f50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def test_load_annotation_from_ote_dataset_call_params_validation(self):
Test passes if ValueError exception is raised when unexpected type object is specified as
input parameter for "__call__" method
"""
load_annotation_from_ote_dataset = LoadAnnotationFromOTEDataset()
load_annotation_from_ote_dataset = LoadAnnotationFromOTEDataset(min_size=1)
unexpected_int = 1
for unexpected_value in [
# Unexpected integer is specified as "results" parameter
Expand Down

0 comments on commit 3783f50

Please sign in to comment.