Skip to content

Commit

Permalink
More accurate variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Steele committed Feb 3, 2011
1 parent 8de2621 commit a89bf91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/five/formlib/tests/formlib.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Before we can begin, we need to set up a few things. We need a manager
account:

>>> uf = self.folder.acl_users
>>> user = uf._doAddUser('manager', 'r00t', ['Manager'], [])
>>> _ignored = uf._doAddUser('manager', 'r00t', ['Manager'], [])

We need to configure all of Five and the necessary formlib components for
this test:
Expand Down
2 changes: 1 addition & 1 deletion src/five/formlib/tests/forms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Before we can begin, we need to set up a few things. We need a
manager account:

>>> uf = self.folder.acl_users
>>> user = uf._doAddUser('manager', 'r00t', ['Manager'], [])
>>> _ignored = uf._doAddUser('manager', 'r00t', ['Manager'], [])

We need to configure all of Five for the functional test:

Expand Down

0 comments on commit a89bf91

Please sign in to comment.