Remove IO inspect
This commit is contained in:
parent
523c184ba7
commit
abf97a54ed
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ test "it prunes old tombstone deliveries" do
|
|||
not_tombstoned = insert(:delivery, object: note, user: user)
|
||||
|
||||
Pruner.prune_tombstoned_deliveries()
|
||||
|> IO.inspect()
|
||||
|
||||
refute Repo.get(Delivery, tombstoned.id)
|
||||
assert Repo.get(Delivery, not_tombstoned.id)
|
||||
|
|
Loading…
Reference in a new issue