Skip to content

Commit 22eb0c6

Browse files
GrantBirkiCopilot
andauthored
Update spec/unit/lib/hooks/core/plugin_loader_spec.rb
Co-authored-by: Copilot <[email protected]>
1 parent 2d214ad commit 22eb0c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/unit/lib/hooks/core/plugin_loader_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ def record(metric_name, value, tags = {})
479479
temp_instrument_dir = File.join(temp_dir, "instrument_missing_class")
480480
FileUtils.mkdir_p(temp_instrument_dir)
481481

482-
# Create plugin file that doesn't define the expected classAdd commentMore actions
482+
# Create plugin file that doesn't define the expected class
483483
missing_file = File.join(temp_instrument_dir, "missing_instrument.rb")
484484
File.write(missing_file, <<~RUBY)
485485
# This file doesn't define MissingInstrument class

0 commit comments

Comments
 (0)