Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
semyon-dev committed Feb 20, 2025
1 parent fe19dfb commit e203f3f
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 100 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package tests
package service_mock

import (
"context"
Expand All @@ -24,7 +24,7 @@ type model struct {
status training.Status
}

func startTestService(address string) *grpc.Server {
func StartTestService(address string) *grpc.Server {
lis, err := net.Listen("tcp", address)
if err != nil {
log.Fatalf("failed to listen: %v", err)
Expand Down
Loading

0 comments on commit e203f3f

Please sign in to comment.