Navigation Menu

Skip to content

Commit

Permalink
Follow droonga-client gem change
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 10, 2014
1 parent 4eda6a6 commit 00e7210
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 20 deletions.
16 changes: 6 additions & 10 deletions test/command/suite/watch/subscribe.expected
@@ -1,10 +1,6 @@
[
"droonga.message",
0,
{
"inReplyTo": "request-id",
"statusCode": 200,
"type": "watch.subscribe.result",
"body": true
}
]
{
"inReplyTo": "request-id",
"statusCode": 200,
"type": "watch.subscribe.result",
"body": true
}
16 changes: 6 additions & 10 deletions test/command/suite/watch/unsubscribe.expected
@@ -1,10 +1,6 @@
[
"droonga.message",
0,
{
"inReplyTo": "request-id",
"statusCode": 200,
"type": "watch.unsubscribe.result",
"body": true
}
]
{
"inReplyTo": "request-id",
"statusCode": 200,
"type": "watch.unsubscribe.result",
"body": true
}

0 comments on commit 00e7210

Please sign in to comment.