Skip to content

Commit 4c1e94e

Browse files
committed
refactor: rename temporal scaler files for consistency
Renames the temporal scaler files to follow the convention used by other scalers in the project. - -> - -> - -> Signed-off-by: Aniruddh Chaturvedi <[email protected]>
1 parent 1d5f3c5 commit 4c1e94e

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

tests/scalers/temporal/temporal_test.go renamed to tests/scalers/temporal_scaler/temporal_scaler_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,4 +312,4 @@ func updateWorkerVersion(t *testing.T, kc *kubernetes.Clientset, data templateDa
312312
assert.True(t, WaitForJobCount(t, kc, testNamespace, numJobs, 60, 3), "job update-build-id count in namespace should be 1")
313313
assert.True(t, WaitForJobSuccess(t, kc, "update-worker-version", testNamespace, 3, 30), "job update-build-id should be successful")
314314
KubectlDeleteWithTemplate(t, data, "jobUpdateBuildID", jobUpdateBuildIDTemplate)
315-
}
315+
}

0 commit comments

Comments
 (0)