Skip to content

Commit

Permalink
better naming
Browse files Browse the repository at this point in the history
  • Loading branch information
gy2411 committed Jan 17, 2025
1 parent 4d32fdd commit 4de7f99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cloud/tasks/tasks_tests/tasks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func createServicesWithConfig(
}
}

func createServicesWithSchedulerMetricsRegistry(
func createServicesWithMetricsRegistry(
t *testing.T,
ctx context.Context,
db *persistence.YDBClient,
Expand Down Expand Up @@ -208,7 +208,7 @@ func createServices(
runnersCount uint64,
) services {

return createServicesWithSchedulerMetricsRegistry(
return createServicesWithMetricsRegistry(
t,
ctx,
db,
Expand Down Expand Up @@ -741,7 +741,7 @@ func TestTasksInflightLimit(t *testing.T) {
registry := mocks.NewIgnoreUnknownCallsRegistryMock()
defer registry.AssertAllExpectations(t)

s := createServicesWithSchedulerMetricsRegistry(
s := createServicesWithMetricsRegistry(
t,
ctx,
db,
Expand Down

0 comments on commit 4de7f99

Please sign in to comment.