Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dsh0416 committed Dec 12, 2023
1 parent ad3e172 commit a74c5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_prolog_mqi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test_async_query
session.query('assertz(likes(bob, alice))')

assert session.query_async('likes(alice, X)')
assert_equal([{ 'X' => 'bob' }], session.query_async_result))
assert_equal([{ 'X' => 'bob' }], session.query_async_result)
end
end

Expand Down

0 comments on commit a74c5ea

Please sign in to comment.