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 2afa6c8 commit ff95080
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def error_attribute(self):
('kjkj kj k j j kj k jkj', [71, 78]),
([1, 3, 4, 'kjkj', None], [45, 46]),
({1, 2, 1, 3, None, 'A', 'B', 'C', True, False}, [54, 55]),
(1.2233, []),
(1.2233, [57, 58]),
(np.random.rand(10, 10), []),
(datetime.date(1945, 5, 8), [])
])
Expand Down

0 comments on commit ff95080

Please sign in to comment.