Skip to content

Commit 3cb4900

Browse files
committed
(maint) avoid clashing test with actual fixture, pt2
This one might be order dependent, as it only cropped up on one cell.
1 parent e04f7a0 commit 3cb4900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/puppet/resource_api_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1824,7 +1824,7 @@ def set(_context, changes) end
18241824
context 'when loading a type with unknown features' do
18251825
let(:definition) do
18261826
{
1827-
name: 'test_noop_support',
1827+
name: 'test_noop_support_2',
18281828
desc: 'a test resource',
18291829
features: ['no such feature'],
18301830
attributes: {},

0 commit comments

Comments
 (0)