summaryrefslogtreecommitdiffstats
path: root/model/user_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/user_test.go')
-rw-r--r--model/user_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/model/user_test.go b/model/user_test.go
index 542d15e5d..47ec38dbf 100644
--- a/model/user_test.go
+++ b/model/user_test.go
@@ -189,7 +189,8 @@ var usernames = []struct {
expected bool
}{
{"spin-punch", true},
- {"sp", false},
+ {"sp", true},
+ {"s", true},
{"1spin-punch", false},
{"-spin-punch", false},
{".spin-punch", false},