Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Nov 20, 2023
1 parent c17ba6e commit ee2aba0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test-cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ import (
"path/filepath"
)

// testCluster represents abstraction that enables management of Docker containers
// testCluster represents abstraction that enables Docker containers management
type testCluster struct {
path string
}

// newTestCluster is a constructor function for testCluster instance
func newTestCluster(path string) (*testCluster, error) {
if path == "" {
workDir, err := os.Getwd()
Expand Down

0 comments on commit ee2aba0

Please sign in to comment.