Make get 1 error message better (#6892)

This commit is contained in:
Reilly Wood
2022-10-24 18:22:57 -07:00
committed by GitHub
parent 92ab8b831b
commit e0cc2c9112
3 changed files with 17 additions and 10 deletions

View File

@ -176,12 +176,7 @@ fn errors_fetching_by_column_using_a_number() {
"#
));
assert!(actual
.err
.contains("Data cannot be accessed with a cell path"),);
assert!(actual
.err
.contains("record<0: string> doesn't support cell paths"),);
assert!(actual.err.contains("Type mismatch"),);
})
}