Skip to content

Commit

Permalink
Update test/int/litestream/test_replica.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhsamuel authored Jul 23, 2024
1 parent a5d8173 commit 1881678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/int/litestream/test_replica.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


def is_litestream_available():
return True if shutil.which("litestream") else False
return shutil.which("litestream") is not None


def start_litestream(db_path, replica_path):
Expand Down

0 comments on commit 1881678

Please sign in to comment.