From 564d1e282a99e59532e18ced5fba71b16fd5943f Mon Sep 17 00:00:00 2001 From: maria jose Date: Fri, 14 Apr 2023 14:48:18 -0400 Subject: [PATCH] e2etest: remove unnecessary code --- cmd/end2endtest/plaintext.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cmd/end2endtest/plaintext.go b/cmd/end2endtest/plaintext.go index 6adb97719..c45b088ff 100644 --- a/cmd/end2endtest/plaintext.go +++ b/cmd/end2endtest/plaintext.go @@ -22,11 +22,6 @@ func init() { description: "Publishes a census and a non-anonymous, non-secret election, emits N votes and verifies the results", example: os.Args[0] + " --operation=plaintextelection --votes=1000", } - ops["encryptedelection"] = operation{ - test: &E2EEncryptedElection{}, - description: "Publishes a census and a non-anonymous, secret-until-the-end election, emits N votes and verifies the results", - example: os.Args[0] + " --operation=encryptedelection --votes=1000", - } } var _ VochainTest = (*E2EPlaintextElection)(nil)