Revert "Move the Block helper type to its own file"

This fixes the broken tests

This reverts commit 286ae68fd6.
This commit is contained in:
William Casarin
2023-08-25 19:03:19 -07:00
parent 7255481705
commit f30f93f65c
9 changed files with 230 additions and 245 deletions

View File

@@ -34,7 +34,7 @@ final class LongPostTests: XCTestCase {
XCTAssertEqual(subid, "subid")
XCTAssertTrue(ev.should_show_event)
XCTAssertTrue(!ev.too_big)
XCTAssertTrue(should_show_event(contacts: contacts, ev: ev))
XCTAssertTrue(should_show_event(privkey: test_keypair.privkey, hellthreads: test_damus_state().muted_threads, contacts: contacts, ev: ev))
XCTAssertTrue(validate_event(ev: ev) == .ok )
}