Construct identification of subject correctly
This commit is contained in:
parent
a0933916ca
commit
72aa121eae
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ module Mutant
|
|||
# @api private
|
||||
#
|
||||
def identification
|
||||
"#{context.identitfication}#{subtype}:#{source_path}:#{source_line}"
|
||||
"#{context.identification}#{subtype}:#{source_path}:#{source_line}"
|
||||
end
|
||||
memoize :identification
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue