Skip to content

Commit bd835b5

Browse files
committed
Fix test
1 parent e03cf96 commit bd835b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

traittypes/tests/test_traittypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class TestSeries(TestCase):
149149
def test_series_equal(self):
150150
notifications = []
151151
class Foo(HasTraits):
152-
bar = Series([1, 2], dtype=np.int32)
152+
bar = Series([1, 2], dtype=np.int64)
153153
@observe('bar')
154154
def _(self, change):
155155
notifications.append(change)

0 commit comments

Comments
 (0)