Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lendemor committed Sep 24, 2024
1 parent b77adaa commit 1292c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/test_node_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def node_version(self) -> str:

@app.add_page
def index():
return rx.heading("Node Version check ", TestNodeVersionState.node_version)
return rx.heading("Node Version check v", TestNodeVersionState.node_version)


@pytest.fixture()
Expand Down

0 comments on commit 1292c54

Please sign in to comment.