tests: add ndb support to tests
stops it from crashing
This commit is contained in:
@@ -153,7 +153,7 @@ struct ConfigView: View {
|
||||
struct ConfigView_Previews: PreviewProvider {
|
||||
static var previews: some View {
|
||||
NavigationView {
|
||||
ConfigView(state: test_damus_state())
|
||||
ConfigView(state: test_damus_state)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user