summaryrefslogtreecommitdiffstats
path: root/model/utils_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/utils_test.go')
-rw-r--r--model/utils_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/utils_test.go b/model/utils_test.go
index 6d6f9e653..aab535fc9 100644
--- a/model/utils_test.go
+++ b/model/utils_test.go
@@ -70,7 +70,7 @@ func TestValidLower(t *testing.T) {
t.Error("should be valid")
}
- if IsLower("corey+test@hulen.com") {
+ if IsLower("Corey+test@hulen.com") {
t.Error("should be invalid")
}
}