We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0731b commit b0f7bf6Copy full SHA for b0f7bf6
cmd/describe_test.go
@@ -23,7 +23,7 @@ func TestDescribe_Default(t *testing.T) {
23
if err == nil {
24
t.Fatal("describing a nonexistent function should error")
25
}
26
- if !strings.Contains(err.Error(), "function not found at this path and no name provided") {
+ if !strings.Contains(err.Error(), "no function found in current directory") {
27
t.Fatalf("Unexpected error text returned: %v", err)
28
29
if describer.DescribeInvoked {
0 commit comments