Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyTeichman committed Jan 11, 2025
1 parent d0addd8 commit 1c887ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_installs.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_get_jdk_path_success(monkeypatch):

def test_get_jdk_path_failure(monkeypatch):
monkeypatch.setattr('os.listdir', lambda x: [])
assert get_jdk_path() == ""
assert get_jdk_path() == Path()


# Test is_jdk_installed
Expand Down

0 comments on commit 1c887ad

Please sign in to comment.