Skip to content

Commit ba096bc

Browse files
nipunn1313Convex, Inc.
authored and
Convex, Inc.
committed
Fix python client tests. (#30801)
Fix tests to include version param. GitOrigin-RevId: 13a7a150c641049c4140a99ef2c318afc15f8480
1 parent ef18791 commit ba096bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_simple.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
from _convex import PyConvexClient
2-
from convex import ConvexClient
2+
from convex import ConvexClient, __version__
33

44

55
def test_rust_instantiation() -> None:
6-
PyConvexClient("https://made-up-animal.convex.cloud")
6+
PyConvexClient("https://made-up-animal.convex.cloud", __version__)
77

88

99
def test_instantiation() -> None:

0 commit comments

Comments
 (0)