SI-2213-amd-addr-reset-event #852
Annotations
3 errors and 1 warning
tests:
internal/constants/regions_service_test.go#L49
regions_service_test.go:49:
Error Trace: /runner/_work/devices-api/devices-api/internal/constants/regions_service_test.go:49
Error: Not equal:
expected: &constants.CountryInfo{Name:"United States of America", Alpha3:"USA", Alpha2:"US", Region:"Americas", SubRegion:"Northern America", RegionCode:19, SubRegionCode:21, LoraRegion:""}
actual : &constants.CountryInfo{Name:"United States of America", Alpha3:"USA", Alpha2:"US", Region:"Americas", SubRegion:"Northern America", RegionCode:19, SubRegionCode:21, LoraRegion:"US915"}
Diff:
--- Expected
+++ Actual
@@ -8,3 +8,3 @@
SubRegionCode: (int) 21,
- LoraRegion: (string) ""
+ LoraRegion: (string) (len=5) "US915"
})
Test: TestFindRegionForCountry/find_existing_country
|
tests:
internal/constants/regions_service_test.go#L49
regions_service_test.go:49:
Error Trace: /runner/_work/devices-api/devices-api/internal/constants/regions_service_test.go:49
Error: Not equal:
expected: &constants.CountryInfo{Name:"Ukraine", Alpha3:"UKR", Alpha2:"UA", Region:"Europe", SubRegion:"Eastern Europe", RegionCode:150, SubRegionCode:151, LoraRegion:""}
actual : &constants.CountryInfo{Name:"Ukraine", Alpha3:"UKR", Alpha2:"UA", Region:"Europe", SubRegion:"Eastern Europe", RegionCode:150, SubRegionCode:151, LoraRegion:"EU868"}
Diff:
--- Expected
+++ Actual
@@ -8,3 +8,3 @@
SubRegionCode: (int) 151,
- LoraRegion: (string) ""
+ LoraRegion: (string) (len=5) "EU868"
})
Test: TestFindRegionForCountry/find_existing_country#01
|
tests
Process completed with exit code 1.
|
tests
Restore cache failed: Dependencies file is not found in /runner/_work/devices-api/devices-api. Supported file pattern: go.sum
|