From 4f962c3120cb60f5e9524c25f1bf11fc62eff2ef Mon Sep 17 00:00:00 2001 From: Nick Winter Date: Fri, 3 Apr 2015 09:08:02 -0700 Subject: [PATCH] Switched fourth level group to the good-converting level instead of the bad one (oops). --- app/models/User.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/User.coffee b/app/models/User.coffee index 88eaf912f..e25fc67b8 100644 --- a/app/models/User.coffee +++ b/app/models/User.coffee @@ -121,7 +121,7 @@ module.exports = class User extends CocoModel # ... and stopped working well until another update on March 10, so maybe March 11+... # ... and another round, and then basically it just isn't completing well, so we pause the test until we can fix it. getFourthLevelGroup: -> - return 'signs-and-portents' + return 'forgetful-gemsmith' return @fourthLevelGroup if @fourthLevelGroup group = me.get('testGroupNumber') % 8 @fourthLevelGroup = switch group