Skip to content

Commit 55d43ed

Browse files
Fabian Hollerfho
authored andcommitted
test: remove unnecessary type declaration in slice
1 parent 4881deb commit 55d43ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

consul/resolver_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ func TestResolveAddrChange(t *testing.T) {
373373
Port: 5678,
374374
},
375375

376-
&consul.AgentService{
376+
{
377377
Address: "remotehost",
378378
Port: 12345,
379379
},

0 commit comments

Comments
 (0)