Skip to content

Commit

Permalink
refactor(container): renamed test
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrukowski committed Nov 6, 2023
1 parent e37af3f commit 2a02216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/container_services_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ func NewServer(host string, port int) *Server {
return &Server{Host: host, Port: port}
}

func TestContainer_createNewService1(t *testing.T) {
func TestContainer_createNewService_useFactory(t *testing.T) {
c := container.New()

db, mock, err := sqlmock.New()
Expand Down

0 comments on commit 2a02216

Please sign in to comment.