Skip to content

Commit 123f5ef

Browse files
redsun82Copilot
andauthored
Rust: fix typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3f35697 commit 123f5ef

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)