Skip to content
Snippets Groups Projects
Commit 9b8ba3d6 authored by Benedikt Magnus's avatar Benedikt Magnus
Browse files

Added member state "waiting" to random member with most compatible information...

Added member state "waiting" to random member with most compatible information test utility function.
parent c1819056
No related branches found
No related tags found
No related merge requests found
......@@ -112,6 +112,7 @@ export default abstract class ContactTestUtility
public static createRandomMemberWithMostCompatibleInformation (): Member
{
const member = ContactTestUtility.createRandomMember();
member.state = State.Waiting;
member.information.country = 'deutschland';
member.information.giftTypeAsGiver = GiftType.All;
member.information.giftTypeAsTaker = GiftType.All;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment