Skip to content
This repository was archived by the owner on Oct 5, 2025. It is now read-only.

Commit 9d6b74a

Browse files
committed
Fixed a minor issue with testing
1 parent 3b32ae1 commit 9d6b74a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test_pymon.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def test_search_exact_match_middle():
2828
keyword_mapping,
2929
["what", "is", "method", "overriding"]
3030
)[:1]
31-
assert 12 in top_ids
31+
assert 13 in top_ids
3232
assert "What is method overriding?" in top_queries(top_ids)
3333

3434

@@ -37,7 +37,7 @@ def test_search_routine_match():
3737
keyword_mapping,
3838
["what", "does", "implements", "mean"]
3939
)[:3]
40-
assert 14 in top_ids
40+
assert 15 in top_ids
4141
assert "What is the implements relationship?" in top_queries(top_ids)
4242

4343

0 commit comments

Comments
 (0)