Removed extra reference.

This commit is contained in:
Jeff Baskin 2022-07-01 12:49:09 -04:00
parent f1dbe6daf0
commit 768a61d1d5
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ mod support {
assert!(
output == expected,
"\n\n{}\nGot: {}\nWant: {}\n\n",
&db.schema.sdl(),
db.schema.sdl(),
output,
expected
);