Skip to content

Commit

Permalink
feat(config): Fix tests and code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skhokhlov committed May 22, 2023
1 parent e5aa7e6 commit 489be65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/store/sql/sql_test.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package sql

import (
"github.com/TwiN/gatus/v5/storage"
"testing"
"time"

"github.com/TwiN/gatus/v5/core"
"github.com/TwiN/gatus/v5/storage"
"github.com/TwiN/gatus/v5/storage/store/common/paging"
)

Expand Down

0 comments on commit 489be65

Please sign in to comment.