Skip to content

Commit ef121d1

Browse files
committed
I forgot to update the tests.
1 parent 752a63f commit ef121d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_af1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def test_locate_region(region_raw):
8484
def test_karyotyping(inversion):
8585
af1 = setup_af1()
8686

87-
with pytest.raises(FileNotFoundError):
87+
with pytest.raises(NotImplementedError):
8888
af1.karyotype(
8989
inversion=inversion,
9090
sample_sets="1229-VO-GH-DADZIE-VMF00095",

0 commit comments

Comments
 (0)