Testing out a travis 6. Trying a failing test
This commit is contained in:
parent
914cea943a
commit
eb1f4dfe44
1 changed files with 1 additions and 1 deletions
2
ui/src/api_tests/api.spec.ts
vendored
2
ui/src/api_tests/api.spec.ts
vendored
|
@ -315,7 +315,7 @@ describe('main', () => {
|
|||
expect(getPostRes.post.name).toBe(name);
|
||||
expect(getPostRes.post.community_local).toBe(true);
|
||||
expect(getPostRes.post.creator_local).toBe(false);
|
||||
expect(getPostRes.post.score).toBe(0);
|
||||
expect(getPostRes.post.score).toBe(76);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue