Skip to content

Commit 51784aa

Browse files
committed
(MAINT) Fix up acceptance tests after rubocop fixes
1 parent 08a038f commit 51784aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/emit_json_options_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"puppet_functions" => [
2020
"name" => "function3x",
2121
"file" => "#{@test_module_path}/lib/puppet/parser/functions/function3x.rb",
22-
"line" => 1,
22+
"line" => 3,
2323
"type" => "ruby3x",
2424
"signatures" => [
2525
{

0 commit comments

Comments
 (0)