Skip to content

Commit

Permalink
fix test break
Browse files Browse the repository at this point in the history
  • Loading branch information
DarienRaymond committed Aug 29, 2016
1 parent 7a31e7a commit 3423ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/socks/server_config_json_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ func TestDefaultIPAddress(t *testing.T) {
"auth": "noauth"
}`))
assert.Error(err).IsNil()
assert.Address(socksConfig.(*ServerConfig).Address.AsAddress()).EqualsString("127.0.0.1")
assert.Address(socksConfig.(*ServerConfig).GetNetAddress()).EqualsString("127.0.0.1")
}

0 comments on commit 3423ada

Please sign in to comment.