Skip to content

Commit cbf3669

Browse files
committed
changing const to variable
1 parent 861f552 commit cbf3669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/data-client.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1546,7 +1546,7 @@ describe('DataPipelineClient tests', () => {
15461546
pipelineName,
15471547
mqlQuery,
15481548
schedule,
1549-
TabularDataSourceType.STANDARD
1549+
dataSourceTypeStandard
15501550
);
15511551
expect(capReq).toStrictEqual(expectedRequest);
15521552
expect(response).toEqual(pipelineId);

0 commit comments

Comments
 (0)