diff options
-rw-r--r-- | test/unit/repository_bazaar_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/repository_bazaar_test.rb b/test/unit/repository_bazaar_test.rb index 55d3b8a29..38f2af498 100644 --- a/test/unit/repository_bazaar_test.rb +++ b/test/unit/repository_bazaar_test.rb @@ -25,7 +25,7 @@ class RepositoryBazaarTest < ActiveSupport::TestCase REPOSITORY_PATH.gsub!(/\/+/, '/') def setup - @project = Project.find(1) + @project = Project.find(3) assert @repository = Repository::Bazaar.create(:project => @project, :url => "file:///#{REPOSITORY_PATH}") end |