Skip to content

Commit

Permalink
[skip ci] yolo
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed Apr 2, 2024
1 parent 514066c commit ffc5d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/src/commands/patterns_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ pub(crate) async fn run_patterns_test(
}

#[derive(Debug, Serialize)]
#[serde(rename_all = "snake_case")]
#[serde(rename_all = "camelCase")]
enum TestOutcome {
Success,
CompilationFailure,
Expand Down

0 comments on commit ffc5d2e

Please sign in to comment.