Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
tybritten committed Jun 20, 2019
1 parent 9467072 commit 295257e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urns/urns_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ func TestValidate(t *testing.T) {
{"whatsapp:+12067799294", "invalid whatsapp id"},

// freschat has to be two uuids separated by a colon
{"freshchat:6a2f41a3-c54c-fce8-32d2-0324e1c32e22:6a2f41a3-c54c-fce8-32d2-0324e1c32e22", ""},
{"freshchat:6a2f41a3-c54c-fce8-32d2-0324e1c32e22/6a2f41a3-c54c-fce8-32d2-0324e1c32e22", ""},
{"freshchat:6a2f41a3-c54c-fce8-32d2-0324e1c32e22", "invalid freshchat id"},
{"freshchat:+12067799294", "invalid freshchat id"},
}
Expand Down

0 comments on commit 295257e

Please sign in to comment.