File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11import { Intercom } from "../../src" ;
2- import { randomString } from "./utils/random" ;
32import { createConversation , tryDeleteContact } from "./helpers" ;
4- import { wait } from "./utils/wait" ;
53import { createClient } from "./utils/createClient" ;
4+ import { randomString } from "./utils/random" ;
5+ import { wait } from "./utils/wait" ;
66
77describe ( "Conversations" , ( ) => {
88 let user : Intercom . Contact ;
@@ -31,11 +31,12 @@ describe("Conversations", () => {
3131 secondUser = await client . contacts . create ( {
3232 external_id : randomString ( ) ,
3333 name : "Babushka Boy" ,
34- email : "babushka_boy @bababooey.com" ,
34+ email : ` ${ randomString ( ) } @bababooey.com` ,
3535 } ) ;
3636 lead = await client . contacts . create ( {
37+ external_id : randomString ( ) ,
3738 name : "Babushka Lead" ,
38- email : "babushka_lead @bababooey.com" ,
39+ email : ` ${ randomString ( ) } @bababooey.com` ,
3940 role : "lead" ,
4041 } ) ;
4142
You can’t perform that action at this time.
0 commit comments