Skip to content

Commit

Permalink
Update shadow_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamDang authored Sep 21, 2018
1 parent a52e327 commit 4d72972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogo/shadow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func TestChoose(t *testing.T) {
case act != nil && !tc.action:
t.Errorf("unexpected action: %v", act)
case dest != tc.destpath:
t.Errorf("wrong destionation %s != expected %s", dest, tc.dest)
t.Errorf("wrong destination %s != expected %s", dest, tc.dest)
}
})
}
Expand Down

0 comments on commit 4d72972

Please sign in to comment.