Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes typo in Resolve example #89

Merged
merged 1 commit into from
Jan 31, 2024
Merged

fixes typo in Resolve example #89

merged 1 commit into from
Jan 31, 2024

Conversation

jtzero
Copy link
Contributor

@jtzero jtzero commented Jan 29, 2024

1) CreateUser creates a user
     Failure/Error: user_repo.create(values.merge(name: name))

       #<Double :user_repo> received :create with unexpected arguments
         expected: ({:first_name=>"John", :last_name=>"Doe", :name=>"John Doe"}) (keyword arguments)
              got: ({:first_name=>"John", :last_name=>"Doe", :name=>"John Doe"}) (options hash)
     # ./example.rb:10:in `call'
     # ./example.rb:29:in `block (3 levels) in <top (required)>'

@flash-gordon
Copy link
Member

yeah, thanks, it's a ruby 3+ change

@flash-gordon
Copy link
Member

looks like CI requires some housekeeping, I'll do it this week (likely)

@flash-gordon flash-gordon merged commit 3ab6e77 into dry-rb:main Jan 31, 2024
1 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants