Skip to content

Commit 7a7d047

Browse files
committed
update tests
1 parent 159f06c commit 7a7d047

87 files changed

Lines changed: 10743 additions & 10792 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

crates/but/src/command/legacy/status/tui/tests/rub_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ fn rub_api_squash_commits_operation() {
258258
.assert_current_line_eq(str!["┊● << source >> << noop >> [..] add A"]);
259259

260260
tui.input_then_render([KeyCode::Down, KeyCode::Down, KeyCode::Down, KeyCode::Down])
261-
.assert_current_line_eq(str!["┊● << SquashCommits is not supported >> [..] add B"]);
261+
.assert_current_line_eq(str!["┊● << SquashCommits >> d3e2ba3 add B"]);
262262
}
263263

264264
// Tests RubOperation::CommittedFileToCommit.

crates/but/src/command/legacy/status/tui/tests/snapshots/basic_cursor_movement_001.svg

Lines changed: 143 additions & 143 deletions

crates/but/src/command/legacy/status/tui/tests/snapshots/branch_mode_down_moves_from_branch_to_merge_base_target_final.svg

Lines changed: 127 additions & 135 deletions

crates/but/src/command/legacy/status/tui/tests/snapshots/branch_mode_from_commit_jumps_to_nearest_preceding_branch_final.svg

Lines changed: 127 additions & 135 deletions

crates/but/src/command/legacy/status/tui/tests/snapshots/branch_mode_from_unassigned_jumps_to_first_branch_final.svg

Lines changed: 127 additions & 135 deletions

crates/but/src/command/legacy/status/tui/tests/snapshots/command_mode_failure_001.svg

Lines changed: 100 additions & 100 deletions

crates/but/src/command/legacy/status/tui/tests/snapshots/command_mode_success_001.svg

Lines changed: 100 additions & 100 deletions

crates/but/src/command/legacy/status/tui/tests/snapshots/command_mode_success_002.svg

Lines changed: 100 additions & 100 deletions

crates/but/src/command/legacy/status/tui/tests/snapshots/command_mode_success_003.svg

Lines changed: 143 additions & 143 deletions

crates/but/src/command/legacy/status/tui/tests/snapshots/commit_confirm_on_source_is_noop_final.svg

Lines changed: 143 additions & 143 deletions

0 commit comments

Comments
 (0)