Skip to content

Commit e3cf851

Browse files
committed
fix exception message
1 parent c1070d9 commit e3cf851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eventsourcingdb/observe_events/observe_events_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def validate(self) -> None:
2222
if self.lower_bound is not None:
2323
raise ValidationError(
2424
"ReadEventsOptions are invalid: "
25-
"lowerBoundId are mutually exclusive"
25+
"lowerBound and fromLatestEvent are mutually exclusive"
2626
)
2727

2828
def to_json(self) -> dict[str, Any]:

0 commit comments

Comments
 (0)