Skip to content

Commit 9d12161

Browse files
author
Andreas Reiterer
committed
add missing asArray:false in single relation test
1 parent c794216 commit 9d12161

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/shallow-populate.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,8 @@ describe('populating thing', () => {
277277
service: 'posts',
278278
nameAs: 'posts',
279279
keyHere: 'postsId',
280-
keyThere: 'id'
280+
keyThere: 'id',
281+
asArray: false
281282
}
282283
}
283284
const context = {

0 commit comments

Comments
 (0)