Skip to content

Commit 9d69345

Browse files
author
Brandon Philips
committed
fix(dbus): use github.com/godbus/dbus in methods_test
This was not fixed because I used too old of a branch last time.
1 parent 4c14ed3 commit 9d69345

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dbus/methods_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ package dbus
1818

1919
import (
2020
"fmt"
21-
"github.com/guelfey/go.dbus"
2221
"math/rand"
2322
"os"
2423
"path/filepath"
2524
"reflect"
2625
"testing"
26+
27+
"github.com/godbus/dbus"
2728
)
2829

2930
func setupConn(t *testing.T) *Conn {

0 commit comments

Comments
 (0)