Skip to content

Commit

Permalink
Migration v23-2 (#571)
Browse files Browse the repository at this point in the history
* Migration v23-2

* Update Competition.spec.ts
  • Loading branch information
ben-kaufman committed Jun 18, 2020
1 parent c222623 commit 3dbe324
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ services:
environment:
POSTGRES_PASSWORD: letmein
ganache:
image: 'daostack/migration-experimental:0.1.1-rc.23-v1'
image: 'daostack/migration-experimental:0.1.1-rc.23-v2'
ports:
- '8545:8545'
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daostack/subgraph-experimental",
"version": "0.1.1-rc.8-v3",
"version": "0.1.1-rc.8-v4",
"author": "DAOstack (https://www.daostack.io)",
"license": "GPL-3.0",
"description": "A caching layer for daostack using The Graph",
Expand Down Expand Up @@ -32,7 +32,7 @@
"test:watch": "npm run test -- --watch"
},
"devDependencies": {
"@daostack/migration-experimental": "0.1.1-rc.23-v1",
"@daostack/migration-experimental": "0.1.1-rc.23-v2",
"@types/jest": "^23.3.7",
"@types/mocha": "^5.2.5",
"babel-eslint": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion test/0.1.1-rc.23/Competition.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ describe('Competition', () => {
for (let tag of proposalTags) {
tagsList.unshift({
id: tag, numberOfSuggestions: '2',
competitionSuggestions: [{ suggestionId: suggestionId2 }, { suggestionId: suggestionId1 }],
competitionSuggestions: [{ suggestionId: suggestionId1 }, { suggestionId: suggestionId2 }],
});
}
expect((await sendQuery(competitionSuggestionsQuery)).competitionSuggestions).toContainEqual({
Expand Down

0 comments on commit 3dbe324

Please sign in to comment.