add test args
This commit is contained in:
@@ -217,3 +217,13 @@ class MzansiAiArguments {
|
||||
this.startUpQuestion,
|
||||
);
|
||||
}
|
||||
|
||||
class TestArguments {
|
||||
final AppUser user;
|
||||
final Business? business;
|
||||
|
||||
TestArguments(
|
||||
this.user,
|
||||
this.business,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user