We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 257766b commit 7f38cb2Copy full SHA for 7f38cb2
collab-database/src/fields/type_option/select_type_option.rs
@@ -581,6 +581,6 @@ mod tests {
581
assert_eq!(select_ty_opt.options[0].name, "To Do");
582
assert_eq!(select_ty_opt.options[1].color, SelectOptionColor::Orange);
583
assert_eq!(select_ty_opt.options[2].id, "__n6");
584
- assert_eq!(select_ty_opt.disable_color, false);
+ assert!(!select_ty_opt.disable_color);
585
}
586
0 commit comments