test: rename test_event to test_note

This commit is contained in:
William Casarin
2023-07-31 04:05:09 -07:00
parent a08d0a5a19
commit f9d21ef901
37 changed files with 64 additions and 63 deletions

View File

@@ -81,7 +81,7 @@ struct ReplyView: View {
struct ReplyView_Previews: PreviewProvider {
static var previews: some View {
VStack {
ReplyView(replying_to: test_event, damus: test_damus_state(), originalReferences: .constant([]), references: .constant([]))
ReplyView(replying_to: test_note, damus: test_damus_state(), originalReferences: .constant([]), references: .constant([]))
.frame(height: 300)
ReplyView(replying_to: test_longform_event.event, damus: test_damus_state(), originalReferences: .constant([]), references: .constant([]))