mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove unused variable raeuber.
This commit is contained in:
parent
b7343fdc3e
commit
46e8a55d2e
@ -95,13 +95,12 @@ afterAll(async () => {
|
||||
|
||||
describe('ContributionResolver', () => {
|
||||
let bibi: any
|
||||
let raueber: any
|
||||
let peter: any
|
||||
|
||||
beforeAll(async () => {
|
||||
bibi = await userFactory(testEnv, bibiBloxberg)
|
||||
admin = peter = await userFactory(testEnv, peterLustig)
|
||||
raueber = await userFactory(testEnv, raeuberHotzenplotz)
|
||||
await userFactory(testEnv, raeuberHotzenplotz)
|
||||
const bibisCreation = creations.find((creation) => creation.email === 'bibi@bloxberg.de')
|
||||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
||||
await creationFactory(testEnv, bibisCreation!)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user