Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
kostyay committed Dec 1, 2020
1 parent cb641b9 commit 5db749a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config_test.go
Expand Up @@ -110,10 +110,10 @@ func (s *ConfigSuite) TestMarshal(c *C) {
[branch "master"]
remote = origin
merge = refs/heads/master
[init]
defaultBranch = main
[url "ssh://git@github.com/"]
insteadOf = https://github.com/
[init]
defaultBranch = main
`)

cfg := NewConfig()
Expand Down

0 comments on commit 5db749a

Please sign in to comment.