Skip to content

Commit 3dbe324

Browse files
authored
Migration v23-2 (#571)
* Migration v23-2 * Update Competition.spec.ts
1 parent c222623 commit 3dbe324

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ services:
3131
environment:
3232
POSTGRES_PASSWORD: letmein
3333
ganache:
34-
image: 'daostack/migration-experimental:0.1.1-rc.23-v1'
34+
image: 'daostack/migration-experimental:0.1.1-rc.23-v2'
3535
ports:
3636
- '8545:8545'

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@daostack/subgraph-experimental",
3-
"version": "0.1.1-rc.8-v3",
3+
"version": "0.1.1-rc.8-v4",
44
"author": "DAOstack (https://www.daostack.io)",
55
"license": "GPL-3.0",
66
"description": "A caching layer for daostack using The Graph",
@@ -32,7 +32,7 @@
3232
"test:watch": "npm run test -- --watch"
3333
},
3434
"devDependencies": {
35-
"@daostack/migration-experimental": "0.1.1-rc.23-v1",
35+
"@daostack/migration-experimental": "0.1.1-rc.23-v2",
3636
"@types/jest": "^23.3.7",
3737
"@types/mocha": "^5.2.5",
3838
"babel-eslint": "^10.0.1",

test/0.1.1-rc.23/Competition.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ describe('Competition', () => {
320320
for (let tag of proposalTags) {
321321
tagsList.unshift({
322322
id: tag, numberOfSuggestions: '2',
323-
competitionSuggestions: [{ suggestionId: suggestionId2 }, { suggestionId: suggestionId1 }],
323+
competitionSuggestions: [{ suggestionId: suggestionId1 }, { suggestionId: suggestionId2 }],
324324
});
325325
}
326326
expect((await sendQuery(competitionSuggestionsQuery)).competitionSuggestions).toContainEqual({

0 commit comments

Comments
 (0)