Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Put a minimum length on commit test
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarbuzzi committed Jun 24, 2024
1 parent ed5a4fd commit 246544d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_embedded_commit.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import vllm


def test_embedded_commit_exists():
assert vllm.__commit__
def test_embedded_commit_defined():
assert len(vllm.__commit__) > 7

0 comments on commit 246544d

Please sign in to comment.