Minor fix to count in inventory items. Fix EnemyScaling to allow for … #62
GitHub Actions / .NET Tests
succeeded
Aug 18, 2023 in 1s
.NET Tests ✅
✅ TestResults/_140dc287aa52_2023-08-18_14_36_59.trx
9 tests were completed in 4s with 9 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
BrotatoServer.Tests.AssetTests | 3✅ | 63ms | ||
BrotatoServer.Tests.UsersControllerTests | 6✅ | 1s |
✅ BrotatoServer.Tests.AssetTests
✅ ShouldLoadItemsCorrectly
✅ ShouldLoadStatsCorrectly
✅ ShouldLoadWeaponsCorrectly
✅ BrotatoServer.Tests.UsersControllerTests
✅ ShouldCreateAndGetApiKeyForUser
✅ ShouldReturnAuthFailure
✅ ShouldReturnBadRequestWhenBodyNotSpecifiedIsTooLarge(length: 0)
✅ ShouldReturnBadRequestWhenBodyNotSpecifiedIsTooLarge(length: 2049)
✅ ShouldReturnBadRequestWhenBodyNotSpecifiedIsTooLarge(length: null)
✅ ShouldReturnExistingApiKeyForUser
Loading