Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
glorv committed May 11, 2021
1 parent dac941a commit b1c9966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/all_mode/data/db2.prepare.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ create table t2 (
ts timestamp,
PRIMARY KEY (id));;
insert into t2 (name, ts) values ('Arya', now()), ('Bran', '2021-05-11 10:01:05');
insert into ts (name) values ('Sansa');
insert into t2 (name) values ('Sansa');

-- test block-allow-list
drop database if exists `ignore_db`;
Expand Down

0 comments on commit b1c9966

Please sign in to comment.