add test args
This commit is contained in:
parent
4666e809f4
commit
0c98ad90a6
3 changed files with 20 additions and 6 deletions
|
|
@ -217,3 +217,13 @@ class MzansiAiArguments {
|
|||
this.startUpQuestion,
|
||||
);
|
||||
}
|
||||
|
||||
class TestArguments {
|
||||
final AppUser user;
|
||||
final Business? business;
|
||||
|
||||
TestArguments(
|
||||
this.user,
|
||||
this.business,
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue