Skip to content

Commit f21a2c4

Browse files
Fix test comments
Co-authored-by: Oleg Jukovec <oleg.jukovec@gmail.com>
1 parent 759a848 commit f21a2c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

box/tarantool_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ var dialer = tarantool.NetDialer{
2424
func validateInfo(t testing.TB, info box.Info) {
2525
var err error
2626

27-
// check all fields run correctly
27+
// Check all fields run correctly.
2828
_, err = uuid.Parse(info.UUID)
2929
require.NoErrorf(t, err, "validate instance uuid is valid")
3030

3131
require.NotEmpty(t, info.Version)
32-
// check that pid parsed correctly
32+
// Check that pid parsed correctly.
3333
require.NotEqual(t, info.PID, 0)
3434
}
3535

0 commit comments

Comments
 (0)