mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-18 19:01:29 +00:00
Remove unused params.
This commit is contained in:
parent
0d39ba79e7
commit
6755aeef83
@ -315,14 +315,9 @@ describe('validationMiddleware', () => {
|
||||
})
|
||||
|
||||
describe('SignupVerification', () => {
|
||||
let userParams, variables, updatingUser
|
||||
let variables
|
||||
|
||||
beforeEach(async () => {
|
||||
userParams = {
|
||||
id: 'updating-user',
|
||||
name: 'John Doe',
|
||||
}
|
||||
|
||||
variables = {
|
||||
id: 'updating-user',
|
||||
name: 'John Doughnut',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user