mirror of
https://github.com/neocities/neocities.git
synced 2025-07-25 11:58:28 +02:00
more fixes for tests
This commit is contained in:
parent
8052844640
commit
9c6ed2d7c5
6 changed files with 17 additions and 34 deletions
|
@ -8,6 +8,7 @@ describe ArchiveWorker do
|
|||
ArchiveWorker.new.perform site.id
|
||||
_(site.archives.length).must_equal 1
|
||||
archive_one = site.archives.first
|
||||
_(archive_one.ipfs_hash).wont_be_nil
|
||||
_(archive_one.ipfs_hash).must_equal ipfs_hash
|
||||
_(archive_one.updated_at).wont_be_nil
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue