From 0db1f02fdf3c429b2b5df5fd2a268efffca683f0 Mon Sep 17 00:00:00 2001 From: Andrzej Krzywda Date: Mon, 8 Jan 2024 17:59:05 +0100 Subject: [PATCH] Dead code Interesting, mutant doesn't cover such lines? --- ecommerce/authentication/lib/authentication/account.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/ecommerce/authentication/lib/authentication/account.rb b/ecommerce/authentication/lib/authentication/account.rb index fd0610fc7..c790f4f82 100644 --- a/ecommerce/authentication/lib/authentication/account.rb +++ b/ecommerce/authentication/lib/authentication/account.rb @@ -3,7 +3,6 @@ class Account include AggregateRoot AlreadyRegistered = Class.new(StandardError) - WrongPassword = Class.new(StandardError) def initialize(id) @id = id