Skip to content

Commit

Permalink
chore(pkg): fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocsanz committed Sep 12, 2023
1 parent d926a44 commit 7204517
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/dal/tests/integration_test/internal/component.rs
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ async fn dependent_values_resource_intelligence(mut octx: DalContext) {
"type": "component",
"protected": false
},
"domain": {}
}], // expected
noctua_component_view.properties // actual
);
Expand Down
2 changes: 1 addition & 1 deletion lib/si-pkg/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ mod tests {
.expect("cannot get funcs by unique id");

let leaf_funcs = variant.leaf_functions().expect("get leaf funcs");
assert_eq!(3, leaf_funcs.len());
assert_eq!(2, leaf_funcs.len());

for func in leaf_funcs {
assert!(funcs_by_unique_id.contains_key(&func.func_unique_id()));
Expand Down

0 comments on commit 7204517

Please sign in to comment.