Skip to content

Commit

Permalink
Merge pull request TechBowl-japan#30 from shake551/fix/test_error_check
Browse files Browse the repository at this point in the history
Fix/test error check
  • Loading branch information
SuguruOoki authored Jan 7, 2023
2 parents 290d2d8 + 919f211 commit c1182f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion _test/sta12/sta12_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ func TestStation12(t *testing.T) {
t.Errorf("期待していないエラーの Type です, got = %t, want = %+v", err, sqlite3Err)
return
}
t.Errorf("予期しないエラーが発生しました: %v", err)
return
}

Expand Down
1 change: 0 additions & 1 deletion _test/sta8/sta8_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ func TestStation8(t *testing.T) {
if !errors.As(err, &sqlite3Err) {
t.Errorf("期待していないエラーの Type です, got = %t, want = %+v", err, sqlite3Err)
}
t.Error("エラーが発生しました", err)
return
}

Expand Down

0 comments on commit c1182f5

Please sign in to comment.