Skip to content

Commit 6e9f931

Browse files
Update box/tarantool_test.go
Co-authored-by: Oleg Jukovec <oleg.jukovec@gmail.com>
1 parent 648479a commit 6e9f931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

box/tarantool_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func TestBox_Sugar_Schema_UserCreate(t *testing.T) {
8282

8383
b := box.New(conn)
8484

85-
// Create new user
85+
// Create new user.
8686
err = b.Schema().User().Create(ctx, username, box.UserCreateOptions{Password: password})
8787
require.NoError(t, err)
8888

0 commit comments

Comments
 (0)