Skip to content

Commit

Permalink
Small typo in test (#1526)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Mandel <markmandel@google.com>
  • Loading branch information
aLekSer and markmandel committed May 8, 2020
1 parent b37ad74 commit 174f49e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/apis/agones/v1/gameserver_test.go
Expand Up @@ -1196,7 +1196,7 @@ func TestGameServerPodNoErrors(t *testing.T) {
assert.True(t, metav1.IsControlledBy(pod, fixture))
}

func TestGameServerPod_ContainerNotFound_ErrReturned(t *testing.T) {
func TestGameServerPodContainerNotFoundErrReturned(t *testing.T) {
t.Parallel()
runtime.FeatureTestMutex.Lock()
defer runtime.FeatureTestMutex.Unlock()
Expand Down Expand Up @@ -1253,7 +1253,7 @@ func TestGameServerPod_ContainerNotFound_ErrReturned(t *testing.T) {

}

func TestGameServerPod_WithSidecar_NoErrros(t *testing.T) {
func TestGameServerPodWithSidecarNoErrors(t *testing.T) {
t.Parallel()
fixture := defaultGameServer()
fixture.ApplyDefaults()
Expand Down

0 comments on commit 174f49e

Please sign in to comment.