Skip to content

Commit

Permalink
clean typo
Browse files Browse the repository at this point in the history
  • Loading branch information
letFunny committed Feb 25, 2025
1 parent 8ce2947 commit bfaa9eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/deb/extract_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ var extractTests = []extractTest{{
}},
},
},
error: `cannot extract from package \"test-package\": cannot create path /[a-z0-9\-\/]*/file outside of root /[a-z0-9\-\/]*`,
error: `cannot extract from package "test-package": cannot create path /[a-z0-9\-\/]*/file outside of root /[a-z0-9\-\/]*`,
}}

func (s *S) TestExtract(c *C) {
Expand Down
2 changes: 1 addition & 1 deletion internal/slicer/slicer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1782,7 +1782,7 @@ var slicerTests = []slicerTest{{
/**:
`,
},
error: `cannot extract from package \"test-package\": cannot create path /[a-z0-9\-\/]*/file outside of root /[a-z0-9\-\/]*`,
error: `cannot extract from package "test-package": cannot create path /[a-z0-9\-\/]*/file outside of root /[a-z0-9\-\/]*`,
}}

var defaultChiselYaml = `
Expand Down

0 comments on commit bfaa9eb

Please sign in to comment.