修正资源 kind 转义测试期望
转义后的 ui-design 应解析为 UiDesign 枚举。
This commit is contained in:
@@ -254,7 +254,7 @@ mod tests {
|
||||
fn escaped_wire_strings_are_deserialized() {
|
||||
assert_eq!(
|
||||
serde_json::from_str::<GameCreationAppAssetKind>(r#""ui\u002Ddesign""#).unwrap(),
|
||||
GameCreationAppAssetKind::Unknown
|
||||
GameCreationAppAssetKind::UiDesign
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user