From 0012e666b8d99506d9b5c1065a115a48449a3020 Mon Sep 17 00:00:00 2001 From: steven-supersolid Date: Thu, 11 Feb 2016 12:01:06 +0000 Subject: [PATCH] Make anonymous id consistent with variable names --- spec/RestCreate.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/RestCreate.spec.js b/spec/RestCreate.spec.js index ba810db4..b769a3b5 100644 --- a/spec/RestCreate.spec.js +++ b/spec/RestCreate.spec.js @@ -61,14 +61,14 @@ describe('rest create', () => { var data1 = { authData: { anonymous: { - id: '00000000-0000-0000-0000-000000000000' + id: '00000000-0000-0000-0000-000000000001' } } }; var data2 = { authData: { anonymous: { - id: '00000000-0000-0000-0000-000000000001' + id: '00000000-0000-0000-0000-000000000002' } } };