Skip to content

Commit

Permalink
✅ zb: Simplify a statement in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
zeenix committed May 8, 2024
1 parent a148bbe commit 9685163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zbus/tests/e2e.rs
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ async fn my_iface_test(conn: Connection, event: Event) -> zbus::Result<u32> {
args.invalidated_properties(),
&vec![expected_property_key.to_string()]
);
assert_eq!(args.changed_properties().keys().len(), 0);
assert!(args.changed_properties().is_empty());

// First set a property for which we don't expect a signal
// then set a property for which we do (and we checked above
Expand Down

0 comments on commit 9685163

Please sign in to comment.