Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigoriyPA committed Jun 13, 2024
1 parent 7c6c57b commit e992d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/kqp/ut/scheme/kqp_scheme_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5989,7 +5989,7 @@ Y_UNIT_TEST_SUITE(KqpScheme) {
}
}

Y_UNIT_TEST(DisableDynamicResourcePool) {
Y_UNIT_TEST(DisableDynamicResourcePools) {
TKikimrRunner kikimr(TKikimrSettings().SetEnableDynamicResourcePools(false));
auto db = kikimr.GetTableClient();
auto session = db.CreateSession().GetValueSync().GetSession();
Expand Down

0 comments on commit e992d5d

Please sign in to comment.