mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 12:39:53 +01:00
Fix typo in context label
Co-authored-by: Georg Gadinger <nilsding@nilsding.org>
This commit is contained in:
parent
63d1709878
commit
e13933626f
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ describe WellKnown::NodeInfoController do
|
|||
expect(messages).to be_empty
|
||||
end
|
||||
|
||||
context "version is 2023.0120.1" do
|
||||
context "version is 2023.0102.1" do
|
||||
before do
|
||||
allow(Retrospring::Version).to receive(:to_s).and_return("2023.0102.1")
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue