Skip to content

Commit

Permalink
use checkout over switch
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorriegler committed Mar 22, 2024
1 parent b4ddd8e commit 2780de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion status_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func TestStatusWithMoreThan5LinesOfLog(t *testing.T) {
func TestStatusDetectsWipBranches(t *testing.T) {
output, configuration := setup(t)
start(configuration)
git("switch", "master")
git("checkout", "master")

status(configuration)

Expand Down

0 comments on commit 2780de7

Please sign in to comment.