diff --git a/test/unit/repository_bazaar_test.rb b/test/unit/repository_bazaar_test.rb index 55d3b8a2..38f2af49 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