Skip to content

Commit

Permalink
Less debug in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
simonharrer committed Apr 2, 2021
1 parent f8806fa commit 15e5883
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mob_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,6 @@ func TestStartNextStay(t *testing.T) {

func TestStartDoneWithMobDoneSquashTrue(t *testing.T) {
setup(t)
Debug = true
configuration.MobDoneSquash = true

start(configuration)
Expand Down Expand Up @@ -825,7 +824,6 @@ func TestConflictingMobSessionsNextStay(t *testing.T) {

func TestDoneMergeConflict(t *testing.T) {
output := setup(t)
Debug = true

setWorkingDir("/tmp/mob/local")
start(configuration)
Expand Down

0 comments on commit 15e5883

Please sign in to comment.