Skip to content

Commit

Permalink
better test name
Browse files Browse the repository at this point in the history
  • Loading branch information
magicznyleszek authored and jnm committed Oct 17, 2019
1 parent 0a360a1 commit 79b732b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsapp/js/assetUtils.tests.es6
Expand Up @@ -2,7 +2,7 @@ import {surveyWithGroups} from 'js/assetUtils.mocks';
import {getSurveyFlatPaths} from 'js/assetUtils';

describe('getSurveyFlatPaths', () => {
it('should return a list of all rows paths', () => {
it('should return a list of paths for all questions', () => {
const test = getSurveyFlatPaths(surveyWithGroups);
const target = {
Your_place: 'Your_place',
Expand Down

0 comments on commit 79b732b

Please sign in to comment.