Skip to content

Commit 099a79f

Browse files
committed
test(state): update welcome message text in tests to match new project name
1 parent fc229c6 commit 099a79f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app_core/state.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ mod tests {
652652
assert_eq!(app.list_state.selected(), None);
653653
assert_eq!(
654654
app.details_annotated[0][0].span.content,
655-
"Welcome to cata-bm."
655+
"Welcome to Cataclysm Browser Module!"
656656
);
657657
}
658658

@@ -675,7 +675,7 @@ mod tests {
675675
assert_eq!(app.filtered_indices.len(), 1);
676676
assert_eq!(
677677
app.details_annotated[0][0].span.content,
678-
"Welcome to cata-bm."
678+
"Welcome to Cataclysm Browser Module!"
679679
);
680680
}
681681
}

0 commit comments

Comments
 (0)