Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
komuw committed Feb 22, 2024
1 parent 78245fa commit a4877a5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions vars_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -561,10 +561,6 @@ func TestPublicPrivate(t *testing.T) {
}
}

// type Conf struct {
// Path string
// }

type Client struct {
Public string
srv srvRef
Expand All @@ -579,10 +575,7 @@ func TestCircularRef(t *testing.T) {

oldCfg := cfg

x := &Client{
Public: "PublicName",
// cfg: &Conf{Path: "path"},
}
x := &Client{Public: "PublicName"}
x.srv.cli = x

{ // Set the new config and schedule to return old config.
Expand Down

0 comments on commit a4877a5

Please sign in to comment.