Address reviewer comments #1324
Annotations
4 errors
Serval.ApiServer.TranslationEngineTests ► DeleteEngineByIdAsync(["delete:translation_engines", "read:translation_engines"],200,"e00000000000000000000001"):
src/Serval/test/Serval.ApiServer.IntegrationTests/TranslationEngineTests.cs#L337
Failed test found in:
src/Serval/test/Serval.ApiServer.IntegrationTests/TestResults/test-results.trx
Error:
Assert.That(results, Has.Count.EqualTo(3))
Expected: property Count equal to 3
But was: 0
|
Serval.ApiServer.TranslationEngineTests ► GetAllAsync(["read:translation_engines"],200):
src/Serval/test/Serval.ApiServer.IntegrationTests/TranslationEngineTests.cs#L216
Failed test found in:
src/Serval/test/Serval.ApiServer.IntegrationTests/TestResults/test-results.trx
Error:
Assert.That(results, Has.Count.EqualTo(4))
Expected: property Count equal to 4
But was: 0
|
Build
Failed test were found and 'fail-on-error' option is set to true
|
Build
Process completed with exit code 1.
|