mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
parent
5709b14650
commit
0848143a0b
7 changed files with 16 additions and 19 deletions
|
|
@ -155,7 +155,7 @@ func TestMakeUniqFile(t *testing.T) {
|
|||
|
||||
func Test_mkUniq(t *testing.T) {
|
||||
dir := t.TempDir()
|
||||
name, err := mkUniq(dir+"/", func(name string) error {
|
||||
name, err := mkUniq(dir+"/", func(_ string) error {
|
||||
return nil
|
||||
})
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue