Fix typo in context label

Co-authored-by: Georg Gadinger <nilsding@nilsding.org>
This commit is contained in:
Karina Kwiatek 2023-01-04 18:42:44 +01:00 committed by GitHub
parent 63d1709878
commit e13933626f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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