Agile Web Development with Rails 7: mismatch on test name (p157) [solved]

@rubys

Near the bottom third of page 157, the test says “We already have a should create line_item test, so let’s add another one called should create line_item via Hotwire:”. However, in the code sample for the new test addition, the test is labeled test “should create line_item via turbo-stream.

It doesn’t impact the tests functionality, but just a naming mismatch.