From 79ec1d463462e2729546f46175fd05d304621157 Mon Sep 17 00:00:00 2001 From: Adrian Manikowski Date: Wed, 27 Nov 2024 05:27:39 +0000 Subject: [PATCH] ports_spec.rb modified --- vm/tests/solutions/spec/tomcat/ports_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vm/tests/solutions/spec/tomcat/ports_spec.rb b/vm/tests/solutions/spec/tomcat/ports_spec.rb index 2d8aa62bcb..190ef9c254 100644 --- a/vm/tests/solutions/spec/tomcat/ports_spec.rb +++ b/vm/tests/solutions/spec/tomcat/ports_spec.rb @@ -1,4 +1,4 @@ -# Copyright 2018 Google LLC +# Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ it { should be_listening } end -describe port(8005) do +describe port(8009) do it { should be_listening } end