Skip to content

Commit

Permalink
gci-d file
Browse files Browse the repository at this point in the history
  • Loading branch information
thom-at-redhat committed Oct 15, 2024
1 parent af44702 commit a0bb767
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pkg/backends/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ func TestdialerSession(t *testing.T) {
wantErr bool
}{
{
name: "Positive",
args: args{
ctx: nil,
wg: nil,
redial: true,
redialDelay: 1 * time.Second,
logger: nil,
df: nil,
name: "Positive",
args: args{
ctx: nil,
wg: nil,
redial: true,
redialDelay: 1 * time.Second,
logger: nil,
df: nil,
},
want: nil,
wantErr: false,
want: nil,
wantErr: false,
},
}
for _, tt := range tests {
Expand Down

0 comments on commit a0bb767

Please sign in to comment.