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 a4cc4cf commit 6f7a6e6Copy full SHA for 6f7a6e6
cmd/describe_test.go
@@ -24,7 +24,7 @@ func TestDescribe_Default(t *testing.T) {
24
if err == nil {
25
t.Fatal("describing a nonexistent function should error")
26
}
27
- 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") {
28
t.Fatalf("Unexpected error text returned: %v", err)
29
30
if describer.DescribeInvoked {
0 commit comments