Skip to content

Commit d131799

Browse files
authored
Apply suggestions from code review
1 parent c4ae8b4 commit d131799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/ydb/ydb_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ var (
5050
// Released version: https://ydb.tech/docs/downloads/#ydb-server
5151
specs = []dktesting.ContainerSpec{
5252
{ImageName: "ydbplatform/local-ydb:latest", Options: getOptions("22000")},
53-
{ImageName: "ydbplatform/local-ydb:24.3", Options: getOptions("22001")},
53+
{ImageName: "ydbplatform/local-ydb:25.2", Options: getOptions("22001")},
5454
}
5555
)
5656

0 commit comments

Comments
 (0)