Skip to content

Commit

Permalink
chore: fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Sep 22, 2024
1 parent 7144fd3 commit cdad55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/generator/json/http_directive_generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ mod test {
]
.into_iter()
.collect::<HashMap<_, _>>();
assert_eq!("/foo/{{.args.p2}}/bar/{{.args.p1}}", http.path);
assert_eq!("/foo/{{.args.GEN__2}}/bar/{{.args.GEN__1}}", http.path);
assert_eq!(test_args, args);
}
}

0 comments on commit cdad55a

Please sign in to comment.