Skip to content

Commit ccc18fb

Browse files
committed
issues-179 Fix tests
1 parent 2261d2d commit ccc18fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/sqlite/table.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,10 +321,9 @@ fn drop_1() {
321321
assert_eq!(
322322
Table::drop()
323323
.table(Glyph::Table)
324-
.table(Char::Table)
325324
.cascade()
326325
.to_string(SqliteQueryBuilder),
327-
r#"DROP TABLE "glyph", "character""#
326+
r#"DROP TABLE "glyph""#
328327
);
329328
}
330329

0 commit comments

Comments
 (0)