Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2fe51da

Browse files
committed
fixed typo
1 parent 5846e1a commit 2fe51da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎sqlite3_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ func TestOpenNoCreate(t *testing.T) {
110110

111111
sqlErr, ok := err.(Error)
112112
if !ok {
113-
t.Fatalf("expected *Error, but got %T", err)
113+
t.Fatalf("expected sqlite3.Error, but got %T", err)
114114
}
115115

116116
if sqlErr.Code != ErrCantOpen {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /