More test fixes after fixture changes.
This commit is contained in:
parent
0f111e7e2a
commit
6488ebe12f
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ class OldRelationTagTest < Test::Unit::TestCase
|
|||
api_fixtures
|
||||
|
||||
def test_tag_count
|
||||
assert_equal 3, OldRelationTag.count
|
||||
assert_equal 7, OldRelationTag.count
|
||||
end
|
||||
|
||||
def test_length_key_valid
|
||||
|
|
|
@ -4,7 +4,7 @@ class RelationTagTest < Test::Unit::TestCase
|
|||
api_fixtures
|
||||
|
||||
def test_relation_tag_count
|
||||
assert_equal 3, RelationTag.count
|
||||
assert_equal 7, RelationTag.count
|
||||
end
|
||||
|
||||
def test_length_key_valid
|
||||
|
|
|
@ -4,7 +4,7 @@ class RelationTest < Test::Unit::TestCase
|
|||
api_fixtures
|
||||
|
||||
def test_relation_count
|
||||
assert_equal 3, Relation.count
|
||||
assert_equal 4, Relation.count
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue