tests: add ndb support to tests
stops it from crashing
This commit is contained in:
@@ -374,7 +374,7 @@ struct LikeButton: View {
|
||||
|
||||
struct EventActionBar_Previews: PreviewProvider {
|
||||
static var previews: some View {
|
||||
let ds = test_damus_state()
|
||||
let ds = test_damus_state
|
||||
let ev = NostrEvent(content: "hi", keypair: test_keypair)!
|
||||
|
||||
let bar = ActionBarModel.empty()
|
||||
|
||||
Reference in New Issue
Block a user