Skip to content

Commit ef90c76

Browse files
fix(backend, logger): toggle auto directory missing from previous commit
1 parent 409f137 commit ef90c76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/pkg/logger/data/logger_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func TestStart(t *testing.T) {
9494

9595
func TestPushRecord(t *testing.T) {
9696

97-
//_ = chdirTemp(t) // Change to a temporary directory
97+
_ = chdirTemp(t) // Change to a temporary directory
9898

9999
boardName := "Pikachu"
100100

0 commit comments

Comments
 (0)