OK.
This commit is contained in:
@@ -32,9 +32,10 @@ def _make_app(**kwargs):
|
||||
app.ui_new_ticket_desc = ""
|
||||
app.ui_new_ticket_target = ""
|
||||
app.ui_new_ticket_deps = ""
|
||||
app.ui_new_ticket_deps = ""
|
||||
app.ui_selected_ticket_id = ""
|
||||
return app
|
||||
|
||||
|
||||
def _make_imgui_mock():
|
||||
m = MagicMock()
|
||||
m.begin_table.return_value = False
|
||||
|
||||
Reference in New Issue
Block a user