We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d20f0 commit e600592Copy full SHA for e600592
__tests__/put.unit.test.js
@@ -84,7 +84,7 @@ describe('put',()=>{
84
test_composite2: 'test2'
85
})
86
expect(Item.pk).toBe('test-pk')
87
- expect(Item.sk).toBe('test#test2')
+ expect(Item.sk).toBe('test|test2')
88
expect(Item.test_composite).toBe('test')
89
expect(Item).not.toHaveProperty('test_composite2')
90
0 commit comments