Skip to content

Commit

Permalink
e2etest: remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajdab authored and altergui committed Apr 17, 2023
1 parent c8cfb29 commit 564d1e2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmd/end2endtest/plaintext.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 564d1e2

Please sign in to comment.