Skip to content

Commit

Permalink
e2etest: cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajdab authored and altergui committed Apr 17, 2023
1 parent c750c30 commit 475c99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/end2endtest/plaintext.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func (t *E2EPlaintextElection) Run() (duration time.Duration, err error) {
}

// Publish the census
root, censusURI, err := t.api.CensusPublish(censusID)
root, censusURI, err := api.CensusPublish(censusID)
if err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit 475c99c

Please sign in to comment.