Skip to content

Commit

Permalink
Small test fix for test_check_triangle_false
Browse files Browse the repository at this point in the history
  • Loading branch information
carlvitzthum committed Oct 27, 2017
1 parent 7d73283 commit 8848a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ def test_check_triangle2(self):

def test_check_triangle_false(self):
pr= pypairix.open(TEST_FILE_2D_4DN_NOT_TRIANGLE)
self.assertEqual(pr.check_triangle(), 1)
self.assertEqual(pr.check_triangle(), 0)


class PairixVersionCheck(unittest.TestCase):
Expand Down

0 comments on commit 8848a2a

Please sign in to comment.