Skip to content

Commit

Permalink
Fix the name of the ConfigurationTest
Browse files Browse the repository at this point in the history
Was previously redefining ObjectIdentifierTest based on an old
copy-and-paste mixup.
  • Loading branch information
pdobb committed Jan 7, 2024
1 parent 5bb7691 commit 4acd6d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/object_identifier/configuration_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

require "test_helper"

class ObjectIdentifierTest < Minitest::Spec
# ObjectIdentifierTest::CustomFormatter is a Test Double.
class ConfigurationTest < Minitest::Spec
# ConfigurationTest::CustomFormatter is a Test Double.
class CustomFormatter < ObjectIdentifier::BaseFormatter
def call(*)
"FAKE_CALL_RESULT"
Expand Down

0 comments on commit 4acd6d4

Please sign in to comment.