Skip to content

Commit 6aa6292

Browse files
authored
fix: Fix typo in error message. (#101)
1 parent 9647fc4 commit 6aa6292

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
@@ -21,7 +21,7 @@ def validate(self) -> None:
2121
if self.from_latest_event is not None:
2222
if self.lower_bound is not None:
2323
raise ValidationError(
24-
'ReadEventsOptions are invalid: '
24+
'ObserveEventsOptions are invalid: '
2525
'lowerBoundId and fromLatestEvent are mutually exclusive'
2626
)
2727

0 commit comments

Comments
 (0)