Skip to content

Commit

Permalink
fix _test/sta12
Browse files Browse the repository at this point in the history
  • Loading branch information
sivchari committed Mar 8, 2022
1 parent c9ac364 commit fc559f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _test/sta12/sta12_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func TestStation12(t *testing.T) {
dbpath := "./temp_test.db"
d, err := db.NewDB(dbpath)
if err != nil {
t.Error("エラーが発生しました", err)
t.Errorf("データベースの作成に失敗しました: %v", err)
return
}

Expand Down

0 comments on commit fc559f3

Please sign in to comment.