@@ -251,7 +251,7 class RepositoriesGitControllerTest < ActionController::TestCase | |||
|
251 | 251 | |
|
252 | 252 | def test_diff |
|
253 | 253 | assert_equal true, @repository.is_default |
|
254 |
assert |
|
|
254 | assert @repository.identifier.blank? | |
|
255 | 255 | assert_equal 0, @repository.changesets.count |
|
256 | 256 | @repository.fetch_changesets |
|
257 | 257 | @project.reload |
General Comments 0
You need to be logged in to leave comments.
Login now