Skip to content

Commit

Permalink
ports_spec.rb modified
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianManiek committed Nov 27, 2024
1 parent 8bd1ea2 commit 79ec1d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vm/tests/solutions/spec/tomcat/ports_spec.rb
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -18,7 +18,7 @@
it { should be_listening }
end

describe port(8005) do
describe port(8009) do
it { should be_listening }
end

Expand Down

0 comments on commit 79ec1d4

Please sign in to comment.