Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
VE-2045: add a test to rust wrapper for metrics
Browse files Browse the repository at this point in the history
Signed-off-by: toktar <renata.toktar@dsr-corporation.com>
  • Loading branch information
Toktar committed Oct 22, 2020
1 parent 2bdaba4 commit 9d1322b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 608 deletions.
2 changes: 0 additions & 2 deletions libindy/tests/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ mod collect {
#[test]
fn collect_metrics_works() {
let result_metrics = metrics::collect_metrics().unwrap();
println!("result_metrics");
println!("{}", &result_metrics);
assert_eq!("{}", &result_metrics);
}
}
2 changes: 1 addition & 1 deletion wrappers/rust/indy-sys/src/metrics.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use super::*;

use {CString, Error, CommandHandle, StorageHandle};
use {Error, CommandHandle};

extern {
#[no_mangle]
Expand Down
Loading

0 comments on commit 9d1322b

Please sign in to comment.