Skip to content

Commit 8f34adc

Browse files
- fixed robot test.
1 parent b58edf5 commit 8f34adc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/robot/functional/stackql_mocked_from_cmd_line.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9024,8 +9024,8 @@ Explain Select Repeatably Generates Messages
90249024
... explain select * from aws.ec2.instances where region = 'ap-southeast-2';
90259025
... explain select 1 as foo;
90269026
... explain select 1 as foo;
9027-
... explain select * from google.compute.instances;
9028-
... explain select * from google.compute.instances;
9027+
... explain select * from google.storage.buckets;
9028+
... explain select * from google.storage.buckets;
90299029
... explain select * from google.compute.instances where project = 'stackql-demo';
90309030
... explain select * from google.compute.instances where project = 'stackql-demo';
90319031
${outputErrStr} = Catenate SEPARATOR=\n

0 commit comments

Comments
 (0)