Removed extra reference.
This commit is contained in:
parent
f1dbe6daf0
commit
768a61d1d5
@ -74,7 +74,7 @@ mod support {
|
|||||||
assert!(
|
assert!(
|
||||||
output == expected,
|
output == expected,
|
||||||
"\n\n{}\nGot: {}\nWant: {}\n\n",
|
"\n\n{}\nGot: {}\nWant: {}\n\n",
|
||||||
&db.schema.sdl(),
|
db.schema.sdl(),
|
||||||
output,
|
output,
|
||||||
expected
|
expected
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user