Fix typo in context label
Co-authored-by: Georg Gadinger <nilsding@nilsding.org>
This commit is contained in:
parent
63d1709878
commit
e13933626f
|
@ -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 New Issue