Skip to content

Commit

Permalink
βœ… πŸš‘ fix CrudButtonBar tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jgunstone committed Mar 27, 2023
1 parent 645bc9b commit 270c134
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/test_editgrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ def backward():
return "BACK"

button_bar = CrudButtonBar(
add=add,
edit=edit,
copy=copy,
delete=delete,
backward=backward,
fn_add=add,
fn_edit=edit,
fn_copy=copy,
fn_delete=delete,
fn_backward=backward,
)
assert button_bar.fn_add() == "ADD"

Expand Down

0 comments on commit 270c134

Please sign in to comment.