Skip to content

Commit

Permalink
Tests also need to be pointed to @veandco go-sdl2 fork
Browse files Browse the repository at this point in the history
  • Loading branch information
deadprogram committed Feb 20, 2016
1 parent 5561590 commit dcf89ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platforms/joystick/joystick_driver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"testing"
"time"

"github.com/hybridgroup/go-sdl2/sdl"
"github.com/veandco/go-sdl2/sdl"
"github.com/hybridgroup/gobot"
)

Expand Down
2 changes: 1 addition & 1 deletion platforms/joystick/test_helper.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package joystick

import "github.com/hybridgroup/go-sdl2/sdl"
import "github.com/veandco/go-sdl2/sdl"

type testJoystick struct{}

Expand Down

0 comments on commit dcf89ff

Please sign in to comment.