Skip to content

Commit

Permalink
Dead code
Browse files Browse the repository at this point in the history
Interesting, mutant doesn't cover such lines?
  • Loading branch information
andrzejkrzywda committed Jan 8, 2024
1 parent 252f99e commit 0db1f02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ecommerce/authentication/lib/authentication/account.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ class Account
include AggregateRoot

AlreadyRegistered = Class.new(StandardError)
WrongPassword = Class.new(StandardError)

def initialize(id)
@id = id
Expand Down

0 comments on commit 0db1f02

Please sign in to comment.