diff --git a/spec/lib/git_repo_spec.rb b/spec/lib/git_repo_spec.rb index 597ebcd..5e62f90 100644 --- a/spec/lib/git_repo_spec.rb +++ b/spec/lib/git_repo_spec.rb @@ -658,7 +658,7 @@ def add_new_commits(remote_repo, local_repo) @before_local_repo_clone << ->(repo) do repo.commit( filename: ".discourse-compatibility", - commits: [{ content: "<= 1000.0.0: twoPointFiveBranch", date: "2023-03-06T20:31:17Z" }], + commits: [{ content: "<= 9000.0.0: twoPointFiveBranch", date: "2023-03-06T20:31:17Z" }], ) end end