Skip to content

Commit

Permalink
Update scenario_getting_started_dynamodb_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ford-at-aws authored Dec 26, 2024
1 parent 142ff43 commit 8885dfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
years[:start] = 1989
years[:end] = 1990
releases = sdk.scan_items(years)
expect(releases.count).to be.positive?
expect(releases.count).to be_positive
expect(releases[0]['title']).to be
end

Expand Down

0 comments on commit 8885dfc

Please sign in to comment.