Skip to content

Commit f56c63d

Browse files
committed
Fix unit tests
1 parent cf16054 commit f56c63d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/UniGetUI.PackageEngine.Serializable.Tests/TestSerializablePackage.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ public void ToAndFromJsonNode(string id, string name, string version, string man
7373
"UNKNOWN_VAL3": 22,
7474
"UNKNOWN_VAL4": "hehe",
7575
"InstallationOptions" : {
76-
"SkipHashCheck": true
76+
"SkipHashCheck": true,
77+
"OverridesNextLevelOpts": false
7778
}
7879
}
7980
""", "", "", "false", "Rodolfo Chikilicuatre", "lol", true, "")]

0 commit comments

Comments
 (0)