Skip to content

Commit c87fd65

Browse files
Update crates/core/src/runtime/functions/object.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
1 parent 331fcdf commit c87fd65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/core/src/runtime/functions/object.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ mod tests {
491491
s => panic!("Expected Failure, got {:?}", s),
492492
};
493493

494-
assert_eq!(err.name, "FieldNotPresent");
494+
assert_eq!(err.name, "FieldNotPresentRuntimeError");
495495
assert_eq!(err.message, "field email not present");
496496
}
497497

0 commit comments

Comments
 (0)