Skip to content

Commit dae80d0

Browse files
committed
fix typo
1 parent 2a9dc4e commit dae80d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/gatling_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ var _ = Context("Inside of a new namespace", func() {
8686
Expect(job.Spec.Completions).Should(Equal(pointer.Int32Ptr(2)))
8787
})
8888

89-
It("shoud create a New Gatling resource with PersistentVolume resources", func() {
89+
It("should create a New Gatling resource with PersistentVolume resources", func() {
9090
pvFS := corev1.PersistentVolumeFilesystem
9191
gatling := &gatlingv1alpha1.Gatling{
9292
ObjectMeta: metav1.ObjectMeta{

0 commit comments

Comments
 (0)