diff options
author | Melody Horn / boringcactus <melody@boringcactus.com> | 2021-06-18 15:18:50 -0600 |
---|---|---|
committer | Melody Horn / boringcactus <melody@boringcactus.com> | 2021-06-18 15:18:50 -0600 |
commit | e5a744a3c32ccb4520f934595e317d5737bc008c (patch) | |
tree | 8f7991d906dd885a09d0907e72dbd1fc32852a7d /tests | |
parent | acf79a306797b1b12e95415c340792d7c88815ab (diff) | |
download | tosin-e5a744a3c32ccb4520f934595e317d5737bc008c.tar.gz tosin-e5a744a3c32ccb4520f934595e317d5737bc008c.zip |
correctly gather model info
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tutorial/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tutorial/mod.rs b/tests/tutorial/mod.rs index fb05066..b26aa39 100644 --- a/tests/tutorial/mod.rs +++ b/tests/tutorial/mod.rs @@ -277,9 +277,9 @@ fn settings() -> Settings<impl Connectable> { tosin::main!(urls(), settings()); "#).unwrap(); - // cargo run make-migrations polls + // cargo run make-migrations Command::new(CARGO) - .args(&["run", "make-migrations", "polls"]) + .args(&["run", "make-migrations"]) .status() .unwrap() .check(); |