Skip to content

Commit ba210dd

Browse files
committed
Updated tests
1 parent ff2a110 commit ba210dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caller/tests/test_match_star.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def test_clean_call(self):
156156
cnvcall = "cn4"
157157
final_call = ["*2_*2_*2_*2"]
158158
clean_call = get_final_call_clean(final_call, cnvcall, spacer_cn)
159-
assert clean_call == "*2x4"
159+
assert clean_call == "*2x2/*2x2"
160160

161161
final_call = ["*2_*2_*4_*4"]
162162
clean_call = get_final_call_clean(final_call, cnvcall, spacer_cn)

0 commit comments

Comments
 (0)