Skip to content

Commit

Permalink
test: rename suite
Browse files Browse the repository at this point in the history
  • Loading branch information
oljekechoro committed Sep 29, 2023
1 parent c97f6cd commit 925daf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ts/utils/deepmap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ test('deepMap handle error objects', () => {
)
})

test('deepMap handles accessor property descriptor', async () => {
test('deepMap handles accessor and data property descriptors', async () => {
const objectWithDataPropertyDescriptor = {}
Object.defineProperty(objectWithDataPropertyDescriptor, 'bar', { value: 42 })
assert.equal(
Expand Down

0 comments on commit 925daf4

Please sign in to comment.