Clean up tests
This commit is contained in:
parent
e4fe60c06e
commit
32bbe8a8ce
2 changed files with 30 additions and 30 deletions
|
@ -106,6 +106,10 @@ impl State {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#[cfg(test)]
|
||||||
|
mod tests {
|
||||||
|
use crate::state::State;
|
||||||
|
use crate::state::types::ElementContent;
|
||||||
|
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
#[serial_test::serial]
|
#[serial_test::serial]
|
||||||
|
@ -133,3 +137,4 @@ async fn test_update() {
|
||||||
el.content().to_owned()
|
el.content().to_owned()
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -27,8 +27,3 @@ impl TryFrom<&str> for ElementContent {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
|
||||||
pub fn test() {
|
|
||||||
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue