fix typo which meant that it was testing the node twice, rather than the node then the node history
This commit is contained in:
parent
c273b4b1fa
commit
6327e3e690
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class BrowseControllerTest < ActionController::TestCase
|
|||
end
|
||||
|
||||
def test_read_node_history
|
||||
browse_check 'node', nodes(:visible_node)
|
||||
browse_check 'node_history', nodes(:visible_node)
|
||||
end
|
||||
|
||||
def test_read_changeset
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue