Skip to content

Commit

Permalink
Update default version test files
Browse files Browse the repository at this point in the history
  • Loading branch information
sgayangi committed Sep 26, 2024
1 parent 476532c commit 294e100
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 140 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func (srs StudentResponseSatisfier) IsSatisfactory(response any, expectedRespons
}
}
func GetStudent(conn *grpc.ClientConn) (any, error) {
c := NewStudentServiceClient(conn)
c := NewStudentServiceDefaultVersionClient(conn)
ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second)
defer cancel()
r := &StudentRequest{Id: 1234}
Expand Down

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

Loading

0 comments on commit 294e100

Please sign in to comment.