Skip to content

Commit

Permalink
chore: fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno committed May 3, 2024
1 parent 3db1a9f commit 5698eee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/mutes/manager_test.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
package mutesmanager

import (
"github.com/stretchr/testify/assert"
"main/pkg/fs"
"main/pkg/logger"
"testing"
"time"

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

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

0 comments on commit 5698eee

Please sign in to comment.