Skip to content

Commit 3a0c68f

Browse files
committed
Fixed integration test
1 parent 9e0e8dc commit 3a0c68f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: internal/integrationtest/core/core_test.go

+6-2
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,16 @@ func TestCorrectHandlingOfPlatformVersionProperty(t *testing.T) {
5252
"platforms": [
5353
{
5454
"id":"DxCore-dev:megaavr",
55+
"manually_installed": true,
5556
"installed_version":"1.4.10",
5657
"releases": {
57-
"1.4.10": {
58+
"": {
5859
"name":"DxCore"
5960
}
60-
}
61+
},
62+
"installed_version": "",
63+
"latest_version": "",
64+
"has_manually_installed_release": true
6165
}
6266
]
6367
}`)

0 commit comments

Comments
 (0)