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 6125fe2 commit e8600fdCopy full SHA for e8600fd
1 file changed
crates/vespertide-exporter/src/seaorm/mod.rs
@@ -1846,9 +1846,7 @@ mod module_path_tests {
1846
assert!(rendered.contains(
1847
"crate::models::estimate::estimate_user_checker_setting::Relation::Username.def().rev()"
1848
));
1849
- assert!(rendered.contains(
1850
- "crate::models::estimate::estimate_user_checker_setting::Relation::CheckerUsername.def()"
1851
- ));
+ assert!(rendered.contains("crate::models::estimate::estimate_user_checker_setting::Relation::CheckerUsername.def()"));
1852
}
1853
1854
@@ -2049,7 +2047,7 @@ mod helper_tests {
2049
2047
assert!(column_type_supports_eq(&ColumnType::Complex(
2050
2048
ComplexColumnType::Numeric {
2051
precision: 10,
2052
- scale: 2,
+ scale: 2
2053
2054
)));
2055
0 commit comments