-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/msgpacktoken test #102
Conversation
end | ||
function log_auth_ok (user_name) | ||
local m = 'Authenticated user ' .. user_name | ||
log.info(m) | ||
local m = 'Authenticated user ' .. user_name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really want tabs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As I remember, we decided to use tabs in lua files.
|
||
namespace ProGaudi.Tarantool.Client.Tests | ||
{ | ||
public class TestBase | ||
{ | ||
public async Task ClearDataAsync() | ||
public async Task ClearDataAsync(string[] spaceNames) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
params string[]
and refactor accordingly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
@@ -27,5 +27,9 @@ | |||
<PackageReference Include="Shouldly" Version="2.8.2" /> | |||
<ProjectReference Include="..\..\src\progaudi.tarantool\progaudi.tarantool.csproj" /> | |||
</ItemGroup> | |||
|
|||
<ItemGroup> | |||
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That service
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed
Fixes #76