Skip to content

Commit 0012e66

Browse files
Make anonymous id consistent with variable names
1 parent a3e93c6 commit 0012e66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/RestCreate.spec.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ describe('rest create', () => {
6161
var data1 = {
6262
authData: {
6363
anonymous: {
64-
id: '00000000-0000-0000-0000-000000000000'
64+
id: '00000000-0000-0000-0000-000000000001'
6565
}
6666
}
6767
};
6868
var data2 = {
6969
authData: {
7070
anonymous: {
71-
id: '00000000-0000-0000-0000-000000000001'
71+
id: '00000000-0000-0000-0000-000000000002'
7272
}
7373
}
7474
};

0 commit comments

Comments
 (0)