Skip to content

Commit

Permalink
Update handle.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
mintlu8 committed Dec 24, 2024
1 parent 3e994c8 commit 0bc2a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_asset/src/handle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ mod tests {

let handle1: Handle<TestAsset> = unique_handle!();
let handle2: Handle<TestAsset> = unique_handle!();
panic!("{:?}, {:?}", handle1, handle2);
assert_ne!(handle1, handle2);
}

/// `Reflect::clone_value` should increase the strong count of a strong handle
Expand Down

0 comments on commit 0bc2a2c

Please sign in to comment.