AppFlowy/rust-lib/flowy-derive/tests/progress.rs

6 lines
114 B
Rust
Raw Normal View History

#[tokio::test]
async fn tests() {
let t = trybuild::TestCases::new();
t.pass("tests/protobuf_enum.rs");
}