Skip to content

Commit affd812

Browse files
committed
Fix query item name
1 parent 9db6050 commit affd812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ecs/src/query/fetch.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1606,7 +1606,7 @@ mod tests {
16061606
}
16071607
}
16081608

1609-
let _ = private::QReadOnly { a: &A };
1609+
let _ = private::DReadOnly { a: &A };
16101610

16111611
fn my_system(query: Query<private::D>) {
16121612
for q in &query {

0 commit comments

Comments
 (0)