tests: add ndb support to tests
stops it from crashing
This commit is contained in:
@@ -613,8 +613,8 @@ func trim_prefix(_ str: String) -> String {
|
||||
|
||||
struct NoteContentView_Previews: PreviewProvider {
|
||||
static var previews: some View {
|
||||
let state = test_damus_state()
|
||||
let state2 = test_damus_state()
|
||||
let state = test_damus_state
|
||||
let state2 = test_damus_state
|
||||
|
||||
Group {
|
||||
VStack {
|
||||
|
||||
Reference in New Issue
Block a user