mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix tests
This commit is contained in:
parent
e730abb9aa
commit
18e69cc58a
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,6 @@ describe('Subscriptions API', () => {
|
|||
... on UnsubscribeSuccess {
|
||||
subscription {
|
||||
id
|
||||
createdAt
|
||||
}
|
||||
}
|
||||
... on UnsubscribeError {
|
||||
|
|
@ -359,6 +358,7 @@ describe('Subscriptions API', () => {
|
|||
... on SubscribeSuccess {
|
||||
subscriptions {
|
||||
id
|
||||
createdAt
|
||||
}
|
||||
}
|
||||
... on SubscribeError {
|
||||
|
|
|
|||
Loading…
Reference in a new issue