Skip to content

Commit 9ec7db0

Browse files
committed
chore: revert 'fix: fix the integration test error'
Signed-off-by: StandingMan <[email protected]>
1 parent e64a6ab commit 9ec7db0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests-integration/src/tests/instance_test.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1854,10 +1854,7 @@ async fn test_cast_type_issue_1594(instance: Arc<dyn MockInstance>) {
18541854

18551855
let output = execute_sql(
18561856
&instance,
1857-
&format!(
1858-
"copy tsbs_cpu from '{}' WITH(FORMAT='csv', header='false');",
1859-
&filepath
1860-
),
1857+
&format!("copy tsbs_cpu from '{}' WITH(FORMAT='csv');", &filepath),
18611858
)
18621859
.await;
18631860

0 commit comments

Comments
 (0)