Skip to content

Commit db7c7a2

Browse files
committed
Clean up of test_jre
1 parent 96e1e8f commit db7c7a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/test_jre.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,11 @@ def __setup_tar_file(self):
129129
download_url=None,
130130
)
131131

132-
def test_if_patching_worked(self, get_os_mock, get_arch_mock):
132+
def test_if_patching_worked(self, get_arch_mock, get_os_mock):
133133
self.assertEqual(utils.get_os(), Os.LINUX)
134134
self.assertEqual(utils.get_arch(), Arch.X64)
135135

136-
def test_successfully_downloading_jre(self, get_os_mock, get_arch_mock):
136+
def test_successfully_downloading_jre(self, get_arch_mock, get_os_mock):
137137
class JRETestCase(TypedDict):
138138
jre: JRE
139139
bytes: bytes

0 commit comments

Comments
 (0)