Skip to content
Snippets Groups Projects
Commit 3ed243db authored by Fedor Telnov's avatar Fedor Telnov
Browse files

chore: satisfy rustfmt

parent a85265cf
No related branches found
No related tags found
1 merge request!1feat: implement test utility with docs and int tests
Pipeline #20952 passed
...@@ -5,7 +5,7 @@ use tester::{TestDescAndFn, TestFn, TestOpts}; ...@@ -5,7 +5,7 @@ use tester::{TestDescAndFn, TestFn, TestOpts};
use anyhow::bail; use anyhow::bail;
pub use tarantool::proc as test_entrypoint; pub use tarantool::proc as test_entrypoint;
pub use tarantool::test as test; pub use tarantool::test;
pub const DEFAULT_TEST_ENTRYPOINT_NAME: &str = "default_test_entrypoint"; pub const DEFAULT_TEST_ENTRYPOINT_NAME: &str = "default_test_entrypoint";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment