Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/pomodoro-cycle.bats
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ teardown() {

# --- Output header ---

@test '`pomodoro-cycle` should show 3 steps with 30 min each by default' {
@test '`pomodoro-cycle` should show 3 steps with 25 min each by default' {
run pomodoro-cycle
expects "$status" to_be 0
expects "${lines[0]}" to_match 'Start pomodoro cycle: 3 steps with \[30 30 30\] minutes in each step'
expects "${lines[0]}" to_match 'Start pomodoro cycle: 3 steps with \[25 25 25\] minutes in each step'
Comment thread
aiya000 marked this conversation as resolved.
}

@test '`pomodoro-cycle` should show custom step count in header' {
Expand Down
Loading