Fix tests
This commit is contained in:
parent
22dd68fbfb
commit
c22aedfe69
1 changed files with 2 additions and 2 deletions
|
@ -6336,7 +6336,7 @@ mod tests {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, Default, Deserialize)]
|
||||
#[derive(Clone, Default, Deserialize, PartialEq)]
|
||||
pub struct Action(pub String);
|
||||
|
||||
impl_actions!(test, [Action]);
|
||||
|
@ -6459,7 +6459,7 @@ mod tests {
|
|||
|
||||
#[crate::test(self)]
|
||||
fn test_dispatch_keystroke(cx: &mut MutableAppContext) {
|
||||
#[derive(Clone, Deserialize)]
|
||||
#[derive(Clone, Deserialize, PartialEq)]
|
||||
pub struct Action(String);
|
||||
|
||||
impl_actions!(test, [Action]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue