diff options
Diffstat (limited to 'modules/poll/poll.test')
-rw-r--r-- | modules/poll/poll.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/poll/poll.test b/modules/poll/poll.test index 80af43ebf..2b5b43efb 100644 --- a/modules/poll/poll.test +++ b/modules/poll/poll.test @@ -372,7 +372,7 @@ class PollVoteCheckHostname extends PollTestCase { 'vote on polls' => TRUE, )); - // Create poll. + // Create poll. $title = $this->randomName(); $choices = $this->_generateChoices(3); $this->poll_nid = $this->pollCreate($title, $choices, FALSE); |