Skip to content

Commit

Permalink
syntax fix for ruby 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
langalex committed Apr 2, 2024
1 parent 30d78ba commit 430916c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/database_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class Child
expect(events.first.payload).to eq(
{
id: "1",
doc:
doc: doc
}
)
end
Expand Down

0 comments on commit 430916c

Please sign in to comment.