Skip to content

Commit

Permalink
(maint) avoid clashing test with actual fixture, pt2
Browse files Browse the repository at this point in the history
This one might be order dependent, as it only cropped up on one cell.
  • Loading branch information
DavidS committed Jun 27, 2019
1 parent e04f7a0 commit 3cb4900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/puppet/resource_api_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1824,7 +1824,7 @@ def set(_context, changes) end
context 'when loading a type with unknown features' do
let(:definition) do
{
name: 'test_noop_support',
name: 'test_noop_support_2',
desc: 'a test resource',
features: ['no such feature'],
attributes: {},
Expand Down

0 comments on commit 3cb4900

Please sign in to comment.