Skip to content

Commit abb331d

Browse files
committed
chore: revert 'fix: fix the integration test error'
Signed-off-by: StandingMan <jmtangcs@gmail.com>
1 parent 369e738 commit abb331d

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
@@ -1850,10 +1850,7 @@ async fn test_cast_type_issue_1594(instance: Arc<dyn MockInstance>) {
18501850

18511851
let output = execute_sql(
18521852
&instance,
1853-
&format!(
1854-
"copy tsbs_cpu from '{}' WITH(FORMAT='csv', header='false');",
1855-
&filepath
1856-
),
1853+
&format!("copy tsbs_cpu from '{}' WITH(FORMAT='csv');", &filepath),
18571854
)
18581855
.await;
18591856

0 commit comments

Comments
 (0)