summaryrefslogtreecommitdiff
path: root/cmd/prognosis/args_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/prognosis/args_test.go')
-rw-r--r--cmd/prognosis/args_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/prognosis/args_test.go b/cmd/prognosis/args_test.go
index 4a85a2d..32a4208 100644
--- a/cmd/prognosis/args_test.go
+++ b/cmd/prognosis/args_test.go
@@ -41,7 +41,7 @@ func TestPositionalsJoinIntoThePlace(t *testing.T) {
func TestNoPlaceAnywhereIsNotAnError(t *testing.T) {
got, err := placeFromArgs("", nil)
if err != nil {
- t.Fatalf("unexpected error %v: the config and ~/.wegorc are consulted next", err)
+ t.Fatalf("unexpected error %v: location= in the config is consulted next", err)
}
if got != "" {
t.Errorf("got %q, want empty", got)