Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
lap1817 committed Sep 2, 2017
1 parent 53264cf commit 2cd3c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/synapse/service_watcher_zookeeper_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
end

it 'decodes config data correctly' do
expect(subject.send(:parse_service_config, config_for_generator_string)).to eql(parsed_config_for_generator)
expect(subject.send(:parse_service_config, config_for_generator_string.first)).to eql(parsed_config_for_generator)
end

it 'decodes invalid config data correctly' do
Expand Down

0 comments on commit 2cd3c39

Please sign in to comment.