Skip to content

Commit 40f2af8

Browse files
authored
Merge pull request #1207 from ably/fix-presence-test
fix: update `testAppSpec.json` to the right format
2 parents 5c75ea3 + 7568d59 commit 40f2af8

1 file changed

Lines changed: 3 additions & 18 deletions

File tree

lib/src/test/resources/local/testAppSpec.json

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -54,30 +54,15 @@
5454
{
5555
"clientId": "client_string_0",
5656
"data": "This is a string data payload"
57-
}
58-
]
59-
},
60-
{
61-
"name": "persisted:restpresence_persisted",
62-
"presence": [
57+
},
6358
{
6459
"clientId": "client_string_1",
6560
"data": "This is a string data payload"
66-
}
67-
]
68-
},
69-
{
70-
"name": "persisted:restpresence_persisted",
71-
"presence": [
61+
},
7262
{
7363
"clientId": "client_string_2",
7464
"data": "This is a string data payload"
75-
}
76-
]
77-
},
78-
{
79-
"name": "persisted:restpresence_persisted",
80-
"presence": [
65+
},
8166
{
8267
"clientId": "client_string_3",
8368
"data": "This is a string data payload"

0 commit comments

Comments
 (0)