From 6dd9932029197bfb5d0d2769d02fcdeb4077b945 Mon Sep 17 00:00:00 2001 From: Aaron Heesakkers Date: Mon, 29 Aug 2016 15:36:53 +0200 Subject: [PATCH] Oddly broken. --- tests/unit/adapters/application-test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/adapters/application-test.js b/tests/unit/adapters/application-test.js index 54ac8e2..5255c8d 100644 --- a/tests/unit/adapters/application-test.js +++ b/tests/unit/adapters/application-test.js @@ -116,7 +116,7 @@ test('#findRelated can be called with optional type for the resource', function let service = this.container.lookup('service:people'); let supervisor = this.container.lookup('model:employee').create({ type: 'supervisors', - id: 1000000, + id: '1000000', name: 'The Boss', relationships: { employees: { @@ -131,7 +131,7 @@ test('#findRelated can be called with optional type for the resource', function }); let resource = this.container.lookup('model:employee').create({ type: 'employees', - id: 1000001, + id: '1000001', name: 'The Special', relationships: { supervisor: {