Skip to content

Commit

Permalink
astmapper: Fix test error message (#9058)
Browse files Browse the repository at this point in the history
Signed-off-by: Arve Knudsen <[email protected]>
  • Loading branch information
aknuds1 authored and francoposa committed Aug 20, 2024
1 parent f9cb1e0 commit 7667a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/frontend/querymiddleware/astmapper/parallel_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ func TestFunctionsWithDefaultsIsUpToDate(t *testing.T) {
}

// Rest of the functions with known defaults are functions with a default time() argument.
require.Containsf(t, FuncsWithDefaultTimeArg, name, "Function %q has variable arguments, and it's not in the list of functions with default time() argument.")
require.Containsf(t, FuncsWithDefaultTimeArg, name, "Function %q has variable arguments, and it's not in the list of functions with default time() argument.", f.Name)
})
}
}
Expand Down

0 comments on commit 7667a58

Please sign in to comment.