Skip to content

Commit

Permalink
fix path compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
glorv committed Nov 30, 2021
1 parent 98ac46f commit bb3c2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br/pkg/lightning/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func (s *configTestSuite) TestCheckAndAdjustFilePath(c *C) {
for _, testCase := range cases {
cfg.Mydumper.SourceDir = testCase

err = cfg.CheckAndAdjustFilePath()
err := cfg.CheckAndAdjustFilePath()
c.Assert(err, IsNil)
}

Expand Down

0 comments on commit bb3c2ca

Please sign in to comment.