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

@@ -601,7 +601,7 @@ struct NoteContentView_Previews: PreviewProvider {
let state = test_damus_state()
VStack {
NoteContentView(damus_state: state, event: test_event, show_images: true, size: .normal, options: [])
NoteContentView(damus_state: state, event: test_note, show_images: true, size: .normal, options: [])
NoteContentView(damus_state: state, event: test_longform_event.event, show_images: true, size: .normal, options: [.wide])
.border(Color.red)