Skip to content
Snippets Groups Projects
Commit 4d7963f2 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fix tests

parent 2e687e71
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ from satella.coding.structures import TimeBasedHeap, Heap, typednamedtuple, \ ...@@ -15,7 +15,7 @@ from satella.coding.structures import TimeBasedHeap, Heap, typednamedtuple, \
ComparableAndHashableByInt, SparseMatrix ComparableAndHashableByInt, SparseMatrix
class TestStructures(unittest.TestCase): class TestMisc(unittest.TestCase):
def test_sparse_matrix(self): def test_sparse_matrix(self):
sm = SparseMatrix() sm = SparseMatrix()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment