fix(bar): add opt schemars derive on test case

This commit is contained in:
LGUG2Z
2025-03-04 08:39:47 -08:00
parent 70a61376a8
commit a0eb025cec

View File

@@ -478,6 +478,7 @@ mod tests {
use serde_json::json;
#[derive(Copy, Clone, Debug, Serialize, Deserialize, PartialEq)]
#[cfg_attr(feature = "schemars", derive(schemars::JsonSchema))]
pub enum OriginalDisplayFormat {
/// Show None Of The Things
NoneOfTheThings,