Skip to content

Commit 59ab979

Browse files
Apply suggestions from code review
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 7fd3b95 commit 59ab979

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_modules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ def test_current_module_builtin():
3636
prolog.consult_string(":- module(m1, [a/1]).\n")
3737
sols = prolog.query("current_module(M)")
3838
names = set(s["M"] for s in sols)
39-
assert "m1" in names
39+
assert names == {"m1", "user"}

0 commit comments

Comments
 (0)