style: format
This commit is contained in:
@@ -39,17 +39,17 @@ describe("provider activity", () => {
|
||||
direction: "inbound",
|
||||
at: 2,
|
||||
});
|
||||
expect(getProviderActivity({ provider: "whatsapp", accountId: "a" })).toEqual(
|
||||
{
|
||||
inboundAt: 1,
|
||||
outboundAt: null,
|
||||
},
|
||||
);
|
||||
expect(getProviderActivity({ provider: "whatsapp", accountId: "b" })).toEqual(
|
||||
{
|
||||
inboundAt: 2,
|
||||
outboundAt: null,
|
||||
},
|
||||
);
|
||||
expect(
|
||||
getProviderActivity({ provider: "whatsapp", accountId: "a" }),
|
||||
).toEqual({
|
||||
inboundAt: 1,
|
||||
outboundAt: null,
|
||||
});
|
||||
expect(
|
||||
getProviderActivity({ provider: "whatsapp", accountId: "b" }),
|
||||
).toEqual({
|
||||
inboundAt: 2,
|
||||
outboundAt: null,
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
@@ -50,4 +50,3 @@ export function getProviderActivity(params: {
|
||||
export function resetProviderActivityForTest() {
|
||||
activity.clear();
|
||||
}
|
||||
|
||||
|
||||
@@ -343,4 +343,3 @@ export function collectProvidersStatusIssues(
|
||||
|
||||
return issues;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user