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 9647fc4 commit 6aa6292Copy full SHA for 6aa6292
eventsourcingdb/observe_events/observe_events_options.py
@@ -21,7 +21,7 @@ def validate(self) -> None:
21
if self.from_latest_event is not None:
22
if self.lower_bound is not None:
23
raise ValidationError(
24
- 'ReadEventsOptions are invalid: '
+ 'ObserveEventsOptions are invalid: '
25
'lowerBoundId and fromLatestEvent are mutually exclusive'
26
)
27
0 commit comments