Updated IDs and fixed tests

This commit is contained in:
Jori Lallo
2017-06-28 23:24:19 -07:00
parent 56beb8b55f
commit 22153441fa
5 changed files with 17 additions and 16 deletions

View File

@@ -23,7 +23,7 @@ const seed = async () => {
});
const user = await User.create({
id: '86fde1d4-0050-428f-9f0b-0bf77f8bdf61',
id: '46fde1d4-0050-428f-9f0b-0bf77f4bdf61',
email: 'user1@example.com',
username: 'user1',
name: 'User 1',
@@ -37,7 +37,7 @@ const seed = async () => {
});
let collection = await Collection.create({
id: '86fde1d4-0050-428f-9f0b-0bf77f8bdf61',
id: '26fde1d4-0050-428f-9f0b-0bf77f8bdf62',
name: 'Collection',
urlId: 'collection',
teamId: team.id,