Skip to content

Commit

Permalink
fix: correct parameter name in nats broker stub (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldygg authored Sep 1, 2023
1 parent 71f48e9 commit ef1053e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion propan/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from unittest.mock import Mock

__version__ = "0.1.5.22"
__version__ = "0.1.5.23"


INSTALL_MESSAGE = (
Expand Down
2 changes: 1 addition & 1 deletion propan/brokers/nats/nats_js_broker.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class NatsJSBroker(NatsBroker):
parse_message: AsyncParser[Msg] = None,
protocol: str = "nats",
# custom
declare_schema: bool = True,
declare_stream: bool = True,
) -> None:
""""""
async def _connect(
Expand Down

0 comments on commit ef1053e

Please sign in to comment.