diff --git a/compiler/solve/tests/solve_uniq_expr.rs b/compiler/solve/tests/solve_uniq_expr.rs index b5bbf75904..d50c1f808a 100644 --- a/compiler/solve/tests/solve_uniq_expr.rs +++ b/compiler/solve/tests/solve_uniq_expr.rs @@ -2416,9 +2416,9 @@ mod solve_uniq_expr { } #[test] - fn str_append() { + fn str_concat() { infer_eq( - "Str.append", + "Str.concat", "Attr * (Attr * Str, Attr * Str -> Attr * Str)", ); }