Skip to content

Commit

Permalink
Merge pull request #312 from EventStore/remove-3.x-deprecations
Browse files Browse the repository at this point in the history
Remove 3.x deprecations
  • Loading branch information
George-Payne authored Sep 2, 2022
2 parents 576bf6a + 0956cbc commit adb2b7d
Show file tree
Hide file tree
Showing 20 changed files with 18 additions and 1,133 deletions.
2 changes: 1 addition & 1 deletion src/__test__/extra/typedEvents.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ describe("typed events should compile", () => {

for await (const {
event,
} of client.subscribeToPersistentSubscription<KnownEvents>(
} of client.subscribeToPersistentSubscriptionToStream<KnownEvents>(
STREAM_NAME,
GROUP_NAME
)) {
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit adb2b7d

Please sign in to comment.