Skip to content

Commit

Permalink
fix: TestGetNikonLogoTmpFsPath Test code
Browse files Browse the repository at this point in the history
  • Loading branch information
sincerefly committed Jul 14, 2024
1 parent a73e8e9 commit a4bd812
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions resources/embed_test.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
package resources

import (
"github.com/sincerefly/capybara/base/log"
"github.com/stretchr/testify/assert"
"testing"
)

func TestGetNikonLogoTmpFsPath(t *testing.T) {
path, err := CreateTemporaryLogoFile("NIKON")
_, err := CreateTemporaryLogoFile("NIKON")
assert.Nil(t, err)
log.Info(path)
}

0 comments on commit a4bd812

Please sign in to comment.