Skip to content
Snippets Groups Projects
Commit 8998d9b1 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

refac(smith-members): wrong TODO

parent caeaf3b2
No related branches found
No related tags found
No related merge requests found
......@@ -233,7 +233,7 @@ fn should_have_checks_on_certify() {
Smiths::<Runtime>::get(3).unwrap(),
SmithMeta {
status: Pending,
expires_on: Some(5), // TODO: hmmm?
expires_on: Some(5),
issued_certs: vec![1, 2],
received_certs: vec![4],
}
......
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