Skip to content

Commit 2162e99

Browse files
DEV: Update spec in preparation for new core version numbers (#292)
1 parent 98e2dc0 commit 2162e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/git_repo_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ def add_new_commits(remote_repo, local_repo)
658658
@before_local_repo_clone << ->(repo) do
659659
repo.commit(
660660
filename: ".discourse-compatibility",
661-
commits: [{ content: "<= 1000.0.0: twoPointFiveBranch", date: "2023-03-06T20:31:17Z" }],
661+
commits: [{ content: "<= 9000.0.0: twoPointFiveBranch", date: "2023-03-06T20:31:17Z" }],
662662
)
663663
end
664664
end

0 commit comments

Comments
 (0)