mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-20 19:38:39 +00:00
ran "gofmt -s -w ." to format the code
This commit is contained in:
@@ -34,7 +34,7 @@ func (s *UtilsSuite) TestDirIsAccessibleNotExist(c *C) {
|
||||
func (s *UtilsSuite) TestDirIsAccessibleNotAccessible(c *C) {
|
||||
accessible := DirIsAccessible(s.tempfile.Name())
|
||||
if accessible == nil {
|
||||
c.Fatalf("Test dir should not be accessible: %s", s.tempfile.Name())
|
||||
}
|
||||
c.Fatalf("Test dir should not be accessible: %s", s.tempfile.Name())
|
||||
}
|
||||
c.Check(accessible.Error(), Equals, fmt.Errorf("'%s' is inaccessible, check access rights", s.tempfile.Name()).Error())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user