aboutsummaryrefslogtreecommitdiffhomepage
path: root/dbus/export_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/export_test.go')
-rw-r--r--dbus/export_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbus/export_test.go b/dbus/export_test.go
index dff02412..d42fde51 100644
--- a/dbus/export_test.go
+++ b/dbus/export_test.go
@@ -3,8 +3,8 @@ package dbus
import "io"
// CompareTestNew provides TestNew with comparison access to unexported Proxy fields.
-func (p *Proxy) CompareTestNew(path string, session, system [2]string) bool {
- return path == p.path && session == p.session && system == p.system
+func (p *Proxy) CompareTestNew(session, system [2]string) bool {
+ return session == p.session && system == p.system
}
// AccessTestProxySeal provides TestProxy_Seal with access to unexported Proxy seal field.