Skip to content

Commit

Permalink
Fix typo missed word ending
Browse files Browse the repository at this point in the history
  • Loading branch information
jdsutherland committed Nov 20, 2018
1 parent c8f6265 commit 251a261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/configure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func TestConfigureShow(t *testing.T) {
assert.NotRegexp(t, "override.example", Err)

assert.Regexp(t, "configured-token", Err)
assert.NotRegexp(t, "token-overrid", Err)
assert.NotRegexp(t, "token-override", Err)

assert.Regexp(t, "configured-workspace", Err)
assert.NotRegexp(t, "workspace-override", Err)
Expand Down

0 comments on commit 251a261

Please sign in to comment.