Skip to content

Commit 55791a6

Browse files
redsun82Copilot
authored andcommitted
Rust: fix typo
Co-authored-by: Copilot <[email protected]>
1 parent ca661c7 commit 55791a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/ql/integration-tests/options/features/test_features_option.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_features(codeql, rust, features):
3535
("default,bar", "all"),
3636
)
3737
])
38-
def test_features_with_deault(codeql, rust, features):
38+
def test_features_with_default(codeql, rust, features):
3939
with open("Cargo.toml", "a") as f:
4040
print('default = ["foo"]', file=f)
4141
codeql.database.create(extractor_option=f"cargo_features={features}")

0 commit comments

Comments
 (0)