Skip to content

Commit

Permalink
Update readme - incorrect URL for source file (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlpinit authored Oct 5, 2024
1 parent 567520f commit b775fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ If the call to `Message#save!` executes quickly enough, it might beat-out any
Messages"`.

To wait for any disconnected `<turbo-cable-stream-source>` elements to connect,
call [`#connect_turbo_cable_stream_sources`](turbo-rails/blob/wait-for-cable-stream-sourceshttps://github.com/hotwired/turbo-rails/blob/main/lib/turbo/system_test_helper.rb):
call [`#connect_turbo_cable_stream_sources`](https://github.com/hotwired/turbo-rails/blob/main/lib/turbo/system_test_helper.rb):

```diff
test "renders broadcasted Messages" do
Expand Down

0 comments on commit b775fe4

Please sign in to comment.