Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit ed1e17a

Browse files
committed
Fix bug, duplicate declaration of ins_query_3
1 parent 5522737 commit ed1e17a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/sql/insert_sql_test.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,8 +533,6 @@ TEST_F(InsertSQLTests, UniqueColumn) {
533533
"st VARCHAR(15) NOT NULL UNIQUE);");
534534
TestingSQLUtil::ExecuteSQLQuery(create_table);
535535

536-
std::string ins_query_3("INSERT INTO t VALUES (3, 'abc');");
537-
538536
ResultType result;
539537
std::vector<std::string> ref_result;
540538
std::string result_query = "select st from t;";

0 commit comments

Comments
 (0)