Skip to content

Commit

Permalink
Fix edit_row test
Browse files Browse the repository at this point in the history
  • Loading branch information
paveldedik committed Mar 8, 2024
1 parent ad4ea21 commit 3ee8d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_delete_row():


def test_edit_row():
from examples.delete_row import app
from examples.edit_row import app

client = TestClient(app)

Expand Down

0 comments on commit 3ee8d64

Please sign in to comment.