Skip to content

Commit

Permalink
Fixed integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Jan 16, 2025
1 parent 0fdfcfc commit 133c821
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions internal/integrationtest/core/core_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,16 @@ func TestCorrectHandlingOfPlatformVersionProperty(t *testing.T) {
"platforms": [
{
"id":"DxCore-dev:megaavr",
"manually_installed": true,
"installed_version":"1.4.10",
"releases": {
"1.4.10": {
"": {
"name":"DxCore"
}
}
},
"installed_version": "",
"latest_version": "",
"has_manually_installed_release": true
}
]
}`)
Expand Down

0 comments on commit 133c821

Please sign in to comment.