Skip to content

Commit 304d474

Browse files
committed
[release:minor] 2.3.0 Data Frame Shape Inference
1 parent 667f55d commit 304d474

File tree

1 file changed

+1
-1
lines changed
  • test/functionality/abstract-interpretation/data-frame

1 file changed

+1
-1
lines changed

test/functionality/abstract-interpretation/data-frame/data-frame.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export function assertDataFrameDomain(
189189

190190
beforeAll(async() => {
191191
if(!skipTestBecauseConfigNotMet(config)) {
192-
result = await createDataflowPipeline(parser, {request: requestFromInput(code)}, flowRConfig).allRemainingSteps();
192+
result = await createDataflowPipeline(parser, { request: requestFromInput(code) }, flowRConfig).allRemainingSteps();
193193
}
194194
});
195195

0 commit comments

Comments
 (0)