mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
Correct the test message.
This commit is contained in:
parent
befc61f7b4
commit
e228d8b3e7
@ -200,11 +200,11 @@ describe('ContributionMessageResolver', () => {
|
||||
)
|
||||
})
|
||||
|
||||
it("don't call sendAddedContributionMessageEmail", () => {
|
||||
it('does not call sendAddedContributionMessageEmail', () => {
|
||||
expect(sendAddedContributionMessageEmail).not.toBeCalled()
|
||||
})
|
||||
|
||||
it("don't change contribution status", async () => {
|
||||
it('does not change contribution status', async () => {
|
||||
await expect(DbContribution.find()).resolves.toContainEqual(
|
||||
expect.objectContaining({
|
||||
id: result.data.createContribution.id,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user