diff options
| author | mo khan <mo.khan@gmail.com> | 2020-06-26 10:11:54 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-06-26 12:43:52 -0600 |
| commit | 4893f1b996fb7806761fe9baa518fc17da7b2cea (patch) | |
| tree | 8eb4c449f31f531df7a846ff395a134f500ff230 /spec | |
| parent | ab58b999d38094e6c2ec076856bba0e06ee23e92 (diff) | |
Update Java to match new naming convention
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/integration/java/maven_spec.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/integration/java/maven_spec.rb b/spec/integration/java/maven_spec.rb index 410d607..49ee82c 100644 --- a/spec/integration/java/maven_spec.rb +++ b/spec/integration/java/maven_spec.rb @@ -124,12 +124,12 @@ RSpec.describe "maven" do }) expect(output_file).to exist - expect(output_file.read).to include('openjdk version "1.8.0_242"') + expect(output_file.read).to include('openjdk version "1.8.0_252"') end it 'reads the ASDF_JAVA_VERSION' do runner.scan(env: { - 'ASDF_JAVA_VERSION' => 'adopt-openjdk-11.0.7+10', + 'ASDF_JAVA_VERSION' => 'adopt-openjdk-11.0.7+10.1', 'SETUP_CMD' => 'bash custom.sh' }) @@ -141,7 +141,7 @@ RSpec.describe "maven" do runner.scan(env: { 'SETUP_CMD' => 'bash custom.sh' }) expect(output_file).to exist - expect(output_file.read).to include('openjdk version "1.8.0_242"') + expect(output_file.read).to include('openjdk version "1.8.0_252"') end end end |
