Skip to content

Commit

Permalink
Correct arg names in code example
Browse files Browse the repository at this point in the history
  • Loading branch information
epapineau committed Dec 4, 2024
1 parent 0526ff9 commit 46087a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ This can be calculated relatively quickly compared to other macros in this packa
{% endset %}

{{ audit_helper.quick_are_queries_identical(
a_query = old_query,
b_query = new_query,
query_a = old_query,
query_b = new_query,
columns=['order_id', 'amount', 'customer_id']
)
}}
Expand Down

0 comments on commit 46087a3

Please sign in to comment.