Skip to content

Commit b572bab

Browse files
committed
fix issue with a test
1 parent fdbef65 commit b572bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/tests/test_functional.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import numpy
22
import pytest
3-
from numpy.testing import assert_array_equal
3+
from numpy.testing import assert_array_equal, assert_raises
44

55
import dpnp
66

0 commit comments

Comments
 (0)