Fix expectedSingleiContainerOutput.yaml spelling (#13870)

This commit is contained in:
Nicholas Lippis 2023-03-02 03:07:15 -05:00 committed by GitHub
parent 775f89c75b
commit 1aae37f7d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class SingleContainerTaskAdapterTest
.jobs()
.load(this.getClass()
.getClassLoader()
.getResourceAsStream("expectedSingleiContainerOutput.yaml"))
.getResourceAsStream("expectedSingleContainerOutput.yaml"))
.get();
// something is up with jdk 17, where if you compress with jdk < 17 and try and decompress you get different results,
// this would never happen in real life, but for the jdk 17 tests this is a problem