Skip to content

Commit

Permalink
fix: notes > note
Browse files Browse the repository at this point in the history
  • Loading branch information
cpvalente committed Jul 11, 2023
1 parent 6c9222b commit 4637153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client/src/features/table/__tests__/utils.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('parseField()', () => {
{ field: 'title', value: 'test' },
{ field: 'presenter', value: 'test' },
{ field: 'subtitle', value: 'test' },
{ field: 'notes', value: 'test' },
{ field: 'note', value: 'test' },
{ field: 'colour', value: 'test' },
{ field: 'user0', value: 'test' },
{ field: 'user1', value: 'test' },
Expand Down

0 comments on commit 4637153

Please sign in to comment.