Skip to content

Commit

Permalink
fix _test/sta17
Browse files Browse the repository at this point in the history
  • Loading branch information
sivchari committed Mar 8, 2022
1 parent 8da4e37 commit 7818409
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _test/sta17/sta17_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"reflect"
"testing"

"github.com/TechBowl-japan/go-stations/model"
"github.com/osamingo/go-todo-app/model"
)

func TestStation17(t *testing.T) {
Expand Down Expand Up @@ -38,6 +38,7 @@ func TestStation17(t *testing.T) {
}

for name, tc := range testcases {
name := name
tc := tc
t.Run(name, func(t *testing.T) {
t.Parallel()
Expand Down

0 comments on commit 7818409

Please sign in to comment.