mirror of
https://github.com/wassname/talk.git
synced 2026-07-03 08:19:42 +08:00
Adapt integration test
This commit is contained in:
@@ -15,7 +15,7 @@ function createTestRenderer() {
|
||||
),
|
||||
me: createSinonStub(
|
||||
s => s.throws(),
|
||||
s => s.withArgs(undefined, { clientAuthRevision: 0 }).returns(users[0])
|
||||
s => s.withArgs(undefined).returns(users[0])
|
||||
),
|
||||
},
|
||||
Mutation: {
|
||||
|
||||
Reference in New Issue
Block a user