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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/user_test.go b/model/user_test.go
index d8ef77d6a..899542a05 100644
--- a/model/user_test.go
+++ b/model/user_test.go
@@ -33,7 +33,7 @@ func TestUserJson(t *testing.T) {
func TestUserPreSave(t *testing.T) {
user := User{Password: "test"}
user.PreSave()
- user.Etag()
+ user.Etag(true, true)
}
func TestUserPreUpdate(t *testing.T) {