Skip to content

Commit

Permalink
chore: fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno committed Mar 1, 2024
1 parent 72209b4 commit 8888e29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/cache/cache_test.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package cache_test

import (
"github.com/stretchr/testify/require"
cachePkg "main/pkg/cache"
"testing"
"time"

"github.com/stretchr/testify/require"
)

func TestCacheSet(t *testing.T) {
Expand Down

0 comments on commit 8888e29

Please sign in to comment.