Skip to content

Commit

Permalink
fix(dbus): use github.com/godbus/dbus in methods_test
Browse files Browse the repository at this point in the history
This was not fixed because I used too old of a branch last time.
  • Loading branch information
Brandon Philips committed Mar 27, 2014
1 parent 4c14ed3 commit 9d69345
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dbus/methods_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ package dbus

import (
"fmt"
"github.com/guelfey/go.dbus"
"math/rand"
"os"
"path/filepath"
"reflect"
"testing"

"github.com/godbus/dbus"
)

func setupConn(t *testing.T) *Conn {
Expand Down

0 comments on commit 9d69345

Please sign in to comment.