Skip to content

Commit 7f38cb2

Browse files
committed
chore: cargo clippy
1 parent 257766b commit 7f38cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collab-database/src/fields/type_option/select_type_option.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,6 @@ mod tests {
581581
assert_eq!(select_ty_opt.options[0].name, "To Do");
582582
assert_eq!(select_ty_opt.options[1].color, SelectOptionColor::Orange);
583583
assert_eq!(select_ty_opt.options[2].id, "__n6");
584-
assert_eq!(select_ty_opt.disable_color, false);
584+
assert!(!select_ty_opt.disable_color);
585585
}
586586
}

0 commit comments

Comments
 (0)