Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Commit

Permalink
fix test names
Browse files Browse the repository at this point in the history
  • Loading branch information
ripienaar committed Jan 22, 2018
1 parent 2325039 commit 0ca75bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion enum/enum_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

func TestFileContent(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "McoRPC/Validator/Enum")
RunSpecs(t, "Validator/Enum")
}

var _ = Describe("ValidateSlice", func() {
Expand Down
2 changes: 1 addition & 1 deletion maxlength/maxlength_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

func TestFileContent(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "McoRPC/Validator/Maxlength")
RunSpecs(t, "Validator/Maxlength")
}

var _ = Describe("ValidateString", func() {
Expand Down
2 changes: 1 addition & 1 deletion shellsafe/shellsafe_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

func TestFileContent(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "McoRPC/Validator/ShellSafe")
RunSpecs(t, "Validator/ShellSafe")
}

var _ = Describe("Validate", func() {
Expand Down

0 comments on commit 0ca75bc

Please sign in to comment.