Skip to content

Commit

Permalink
Rust: fix typo (thanks copilot!)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo Tranquilli committed Dec 20, 2024
1 parent 485586f commit f13d03b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_cfg_overrides(codeql, rust):
codeql.database.create(extractor_option=f"cargo_cfg_overrides={overrides}")

@pytest.mark.ql_test(expected=".override.expected")
def test_ducplicate_cfg_overrides(codeql, rust):
def test_duplicate_cfg_overrides(codeql, rust):
overrides = ",".join((
"cfg_flag",
"cfg_key=value",
Expand Down

0 comments on commit f13d03b

Please sign in to comment.