Skip to content

Commit

Permalink
issues-179 Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrivosheev committed Dec 26, 2022
1 parent 2261d2d commit ccc18fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/sqlite/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -321,10 +321,9 @@ fn drop_1() {
assert_eq!(
Table::drop()
.table(Glyph::Table)
.table(Char::Table)
.cascade()
.to_string(SqliteQueryBuilder),
r#"DROP TABLE "glyph", "character""#
r#"DROP TABLE "glyph""#
);
}

Expand Down

0 comments on commit ccc18fb

Please sign in to comment.