Skip to content

Commit

Permalink
Update appsTransport_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Billy Lynch <1844673+wlynch@users.noreply.github.com>
  • Loading branch information
adrien-barret and wlynch committed Jan 16, 2024
1 parent db3b214 commit 7a3cd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appsTransport_test.go
Expand Up @@ -14,7 +14,7 @@ import (
)

func TestNewAppsTransportKeyFromFile(t *testing.T) {
tmpfile, err := os.TempFile("", "example")
tmpfile, err := os.CreateTemp(t.TempDir(), "example")
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit 7a3cd61

Please sign in to comment.