Skip to content

Commit 1bc16a2

Browse files
committed
CHANGELOG + fix mistake
1 parent bdda969 commit 1bc16a2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
* Refactoring of `xsql` errors checking
2+
13
## v3.37.4
24
* Revert the marking of context errors as required to delete session
35

sql_e2e_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func TestDatabaseSql(t *testing.T) {
5454
}
5555
})
5656

57-
t.Run("sql.OpnDB", func(t *testing.T) {
57+
t.Run("sql.OpenDB", func(t *testing.T) {
5858
cc, err := ydb.Open(ctx, os.Getenv("YDB_CONNECTION_STRING"))
5959
if err != nil {
6060
t.Fatal(err)

0 commit comments

Comments
 (0)