Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jakolehm committed Dec 7, 2017
1 parent 4ada1cb commit 308925f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/spec/serializers/rpc/service_pod_serializer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
end

it 'includes cmd' do
expect(subject.to_hash).to include(:cmd => nil)
expect(subject.to_hash).to include(:cmd => [])
end

it 'includes memory' do
Expand Down

0 comments on commit 308925f

Please sign in to comment.