diff --git a/testdata/smoketest.go b/testdata/smoketest.go index 251e780..ff01070 100644 --- a/testdata/smoketest.go +++ b/testdata/smoketest.go @@ -3,7 +3,7 @@ package main import ( "time" - "github.com/aykevl/board" + "github.com/neonxp/board" "tinygo.org/x/drivers" "tinygo.org/x/drivers/pixel" )