tests: add ndb support to tests
stops it from crashing
This commit is contained in:
@@ -42,7 +42,7 @@ struct ProfileEditButton: View {
|
||||
struct ProfileEditButton_Previews: PreviewProvider {
|
||||
static var previews: some View {
|
||||
Group {
|
||||
ProfileEditButton(damus_state: test_damus_state())
|
||||
ProfileEditButton(damus_state: test_damus_state)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user