Skip to content

Commit

Permalink
fix to remove call to ci module
Browse files Browse the repository at this point in the history
  • Loading branch information
lgfa29 committed Apr 19, 2022
1 parent df14d59 commit a6a53e5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nomad/structs/volume_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ package structs
import (
"testing"

"github.com/hashicorp/nomad/ci"
"github.com/stretchr/testify/require"
)

func TestVolumeRequest_Validate(t *testing.T) {
ci.Parallel(t)

testCases := []struct {
name string
expected []string
Expand Down

0 comments on commit a6a53e5

Please sign in to comment.