Skip to content

Commit

Permalink
Fix unsupported language name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shylock-Hg committed Mar 26, 2024
1 parent 9101821 commit 8bfbbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli_bin/tests/apply.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2081,7 +2081,7 @@ fn language_option_inline_pattern_apply() -> Result<()> {

#[test]
fn language_option_conflict_apply() -> Result<()> {
let pattern = r"language php
let pattern = r"language java
`os.getenv` => `dotenv.fetch`";
// Keep _temp_dir around so that the tempdir is not deleted
let (_temp_dir, dir) = get_fixture("simple_python", false)?;
Expand Down

0 comments on commit 8bfbbbe

Please sign in to comment.