Skip to content

Commit

Permalink
fix rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
alpaca-tc committed May 13, 2024
1 parent 748e656 commit a4c3dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/diver_down/web_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def assert_definition_group(definition_group, expected_ids)
'sources' => [
{
'source_name' => 'a.rb',
'modules' => ['A'],
'modules' => [{ 'module_name' => 'A' }],
},
{
'source_name' => 'b.rb',
Expand Down

0 comments on commit a4c3dc1

Please sign in to comment.