summaryrefslogtreecommitdiffstats
path: root/api/user_test.go
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-07-05 09:52:23 -0800
committer=Corey Hulen <corey@hulen.com>2015-07-05 09:52:23 -0800
commite01aea78251964006104d4700f010cb150947606 (patch)
tree62482b08cadfbad9cfa209acd3cb0963f2377d3f /api/user_test.go
parent9261b1ec62e67a4a222e40dfae4376bbeebd3fa0 (diff)
downloadchat-e01aea78251964006104d4700f010cb150947606.tar.gz
chat-e01aea78251964006104d4700f010cb150947606.tar.bz2
chat-e01aea78251964006104d4700f010cb150947606.zip
fixing unit tests
Diffstat (limited to 'api/user_test.go')
-rw-r--r--api/user_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/user_test.go b/api/user_test.go
index 2a3a3c830..9af9508f2 100644
--- a/api/user_test.go
+++ b/api/user_test.go
@@ -470,6 +470,8 @@ func TestUserUpdate(t *testing.T) {
Client.LoginByEmail(team.Domain, user.Email, "pwd")
+ time.Sleep(100 * time.Millisecond)
+
time2 := model.GetMillis()
user.FullName = "Jim Jimmy"