Skip to content

Commit 0cadb5f

Browse files
committed
updated assert.
1 parent 838d90d commit 0cadb5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxygen_cli/test/validate_cli_version_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def test_validate_cli_version_failure(patch_request):
1919
with patch_request(200, mocked_response), pytest.raises(RuntimeError) as e:
2020
validate_cli_version()
2121

22-
assert (
22+
assert (
2323
str(e.value)
2424
== "This version proxygen-cli is out-of-date. Please update to 3.0.0"
2525
)

0 commit comments

Comments
 (0)