Skip to content

Commit

Permalink
dont test time
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorriegler committed Mar 22, 2024
1 parent 2780de7 commit 21f864e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion status_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ func TestStatusDetectsWipBranches(t *testing.T) {

status(configuration)

assertOutputContains(t, output, "remote wip branches detected:\n - origin/mob-session (0 seconds ago)")
assertOutputContains(t, output, "remote wip branches detected:\n - origin/mob-session")
assertOutputContains(t, output, " seconds ago)")
}

0 comments on commit 21f864e

Please sign in to comment.