Skip to content

Commit fe1a632

Browse files
committed
fix: refine logic test
1 parent 224a9ea commit fe1a632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sqllogictests/suites/base/05_ddl/05_0001_ddl_create_database_options.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ CREATE OR REPLACE DATABASE temp_db
134134
# ERROR HY000 (1105): BadArguments. Code: 1006, Text = DEFAULT_STORAGE_CONNECTION and DEFAULT_STORAGE_PATH options must be used together.
135135
statement error 1006
136136
ALTER DATABASE temp_db SET OPTIONS (
137-
DEFAULT_STORAGE_CONNECTION = 'test'
137+
DEFAULT_STORAGE_CONNECTION = 'temp_test'
138138
)
139139

140140
statement ok

0 commit comments

Comments
 (0)