add tests

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2022-04-24 11:08:38 +03:00
parent 0628408c27
commit 57d06d5d27
2 changed files with 748 additions and 1 deletions

View File

@@ -241,7 +241,7 @@ func (s *service) Meter(names ...string) meter.Meter {
}
func (s *service) String() string {
return "micro"
return s.opts.Name
}
//nolint:gocyclo