Typo
This commit is contained in:
parent
b3c501a73a
commit
431e4495af
1 changed files with 2 additions and 2 deletions
|
|
@ -19,12 +19,12 @@
|
|||
(mc/remove db "people")
|
||||
(mc/remove db "docs")
|
||||
(mc/remove db "things")
|
||||
(mc/remove db "scores")
|
||||
(mc/remove db "widgets")
|
||||
(f)
|
||||
(mc/remove db "people")
|
||||
(mc/remove db "docs")
|
||||
(mc/remove db "things")
|
||||
(mc/remove db "scores"))
|
||||
(mc/remove db "widgets"))
|
||||
|
||||
(use-fixtures :each purge-collections)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue