Skip to content

Commit

Permalink
Merge branch '296-test-coverage-on-all-things-record-hooks' of https:…
Browse files Browse the repository at this point in the history
…//github.com/FlatFilers/flatfile-plugins into 296-test-coverage-on-all-things-record-hooks
  • Loading branch information
madaley1 committed Nov 9, 2023
2 parents 9b1a424 + 8480934 commit ba01a03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/record-hook/src/tests/recordHook.messages.e2e.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ describe('recordHook() simple data modification e2e', () => {
await deleteSpace(spaceId)
})

describe('Assigns metadata without assigning a new value', () => {
it('correctly assigns metadata', async () => {
describe('Assigns messages without assigning a new value', () => {
it('correctly assigns messages', async () => {
listener.use(
recordHook('test', (record) => {
record.addInfo('name', messageValue)
Expand Down

0 comments on commit ba01a03

Please sign in to comment.