Skip to content

Commit

Permalink
Fixed test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
ArinNigam committed Apr 16, 2024
1 parent af9da4f commit 8dc7e50
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class SignUpMock extends StatelessWidget {
}

OrgInfo get org => OrgInfo(
id: '3',
id: '',
name: 'test org 3',
userRegistrationRequired: userRegistrationRequired,
creatorInfo: User(firstName: 'test', lastName: '1'),
Expand Down Expand Up @@ -143,7 +143,7 @@ void main() {
locator.registerSingleton<UserConfig>(MockUserConfig());

final model = SignupDetailsViewModel();

model.selectedOrganization = OrgInfo(id: "");
await tester.pumpWidget(SignUpMock(formKey: model.formKey));

when(
Expand Down

0 comments on commit 8dc7e50

Please sign in to comment.