used the msec:farley-score skill and improved the tests #159
ci.yaml
on: pull_request
Verify
1m 44s
E2E Tests
3m 38s
Annotations
2 warnings
|
Verify:
src/BikeTracking.Api.Tests/Application/Imports/CsvImportDifficultyTests.cs#L118
Do not use a Where clause to filter before calling Assert.Single. Use the overload of Assert.Single that accepts a filtering function. (https://xunit.net/xunit.analyzers/rules/xUnit2031)
|
|
Verify:
src/BikeTracking.Api.Tests/Application/Imports/CsvImportDifficultyTests.cs#L66
Do not use a Where clause to filter before calling Assert.Single. Use the overload of Assert.Single that accepts a filtering function. (https://xunit.net/xunit.analyzers/rules/xUnit2031)
|