Skip to content

Commit 88ff5c3

Browse files
Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a89b64b commit 88ff5c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmd/pbm-agent/restore_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
package main
22

33
import (
4-
"github.com/percona/percona-backup-mongodb/pbm/config"
54
"runtime"
65
"testing"
6+
7+
"github.com/percona/percona-backup-mongodb/pbm/config"
78
)
89

910
func TestGetNumInsertionWorkersConfig(t *testing.T) {

0 commit comments

Comments
 (0)