We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e1e8f commit db7c7a2Copy full SHA for db7c7a2
tests/unit/test_jre.py
@@ -129,11 +129,11 @@ def __setup_tar_file(self):
129
download_url=None,
130
)
131
132
- def test_if_patching_worked(self, get_os_mock, get_arch_mock):
+ def test_if_patching_worked(self, get_arch_mock, get_os_mock):
133
self.assertEqual(utils.get_os(), Os.LINUX)
134
self.assertEqual(utils.get_arch(), Arch.X64)
135
136
- def test_successfully_downloading_jre(self, get_os_mock, get_arch_mock):
+ def test_successfully_downloading_jre(self, get_arch_mock, get_os_mock):
137
class JRETestCase(TypedDict):
138
jre: JRE
139
bytes: bytes
0 commit comments