Skip to content

Commit

Permalink
Update runtime_api.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
JuaniRios authored Aug 13, 2024
1 parent 4c36f5a commit 200ef17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pallets/funding/src/tests/runtime_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,6 @@ fn projects_by_did() {
inst.execute(|| {
let projects = ProjectsDetails::<TestRuntime>::iter().collect_vec();
dbg!(projects);
let block_hash = System::block_hash(System::block_number());
let project_ids = TestRuntime::projects_by_did(&TestRuntime, block_hash, did_user).unwrap();
assert_eq!(project_ids, vec![project_id_1, project_id_3]);
});
Expand Down

0 comments on commit 200ef17

Please sign in to comment.