Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
thepabloaguilar committed Mar 27, 2024
1 parent 43e989d commit 300ed58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/server/audit/logfile/logfile_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func TestNewSink_NewFile(t *testing.T) {
var (
logger = zap.NewNop()
path = os.TempDir()
file = path + "audit.log"
file = path + "/audit.log"
)

defer func() {
Expand Down

0 comments on commit 300ed58

Please sign in to comment.