Skip to content

Commit

Permalink
Fix one test. Found that many tests are broken
Browse files Browse the repository at this point in the history
  • Loading branch information
rewin123 committed Sep 28, 2024
1 parent d8ec46a commit 4d8ebf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/editor_ui/src/tools/gizmo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ mod tests {
fn test_default_gizmo_tool() {
let default_tool = GizmoTool::default();

assert_eq!(default_tool.gizmo_mode, GizmoMode::TranslateView);
assert_eq!(default_tool.gizmo_mode, GizmoMode::all_translate());
assert_eq!(default_tool.is_move_cloned_entities, false);
assert_eq!(default_tool.name(), "Gizmo");
}
Expand Down

0 comments on commit 4d8ebf6

Please sign in to comment.