Skip to content

Commit

Permalink
Object Explorer: Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Apr 10, 2020
1 parent ff95080 commit c69f40f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -112,7 +112,7 @@ def error_attribute(self):
([1, 3, 4, 'kjkj', None], [45, 46]),
({1, 2, 1, 3, None, 'A', 'B', 'C', True, False}, [54, 55]),
(1.2233, [57, 58]),
(np.random.rand(10, 10), []),
(np.random.rand(10, 10), [166, 162]),
(datetime.date(1945, 5, 8), [])
])
def test_objectexplorer_collection_types(objectexplorer, params):
Expand Down

0 comments on commit c69f40f

Please sign in to comment.