Skip to content

Commit

Permalink
fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-breen committed Jan 15, 2025
1 parent e096397 commit df3b793
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api/grpc/mpi/v1/command.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/grpc/mpi/v1/common.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/grpc/mpi/v1/files.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions internal/grpc/grpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -357,10 +357,7 @@ func Test_ValidateGrpcError(t *testing.T) {
}

// nolint:revive,gocognit
func Test_validateTokenFile(t *testing.T) {
type args struct {
path string
}
func Test_retrieveTokenFromFile(t *testing.T) {
tests := []struct {
name string
path string
Expand Down

0 comments on commit df3b793

Please sign in to comment.