Skip to content

Commit

Permalink
fix: correct test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Caele committed Mar 8, 2023
1 parent ea74a11 commit 701e732
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('useExistingModel', () => {
});

describe('from field name', () => {
test('should assign qID', async () => {
test('should use provided frequencyMode', async () => {
const options = {
frequencyMode: 'value',
};
Expand All @@ -58,7 +58,7 @@ describe('useExistingModel', () => {
expect(useSessionModel.mock.lastCall[0].qListObjectDef.qFrequencyMode).toBe('V');
});

test('should use provided frequencyMode', async () => {
test('should assign qID', async () => {
const options = {
frequencyMode: 'value',
};
Expand Down

0 comments on commit 701e732

Please sign in to comment.