Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuraag Agrawal committed Nov 9, 2021
1 parent b0239d6 commit 7cc5182
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkg/instrumentation/sdk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,14 +253,14 @@ func TestInjectNodeJS(t *testing.T) {
pod := inject(logr.Discard(), insts,
corev1.Namespace{},
corev1.Pod{
Spec: corev1.PodSpec{
Containers: []corev1.Container{
{
Name: "app",
Spec: corev1.PodSpec{
Containers: []corev1.Container{
{
Name: "app",
},
},
},
},
})
})
assert.Equal(t, corev1.Pod{
Spec: corev1.PodSpec{
Volumes: []corev1.Volume{
Expand Down

0 comments on commit 7cc5182

Please sign in to comment.