Skip to content

Commit 2890453

Browse files
committed
fixed wrong spec text
1 parent 6a75029 commit 2890453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/services/RelationshipService.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export function main() {
4848
});
4949
});
5050
describe('when not following', () => {
51-
it('return true', (done) => {
51+
it('return false', (done) => {
5252
backend.connections.subscribe(conn => {
5353
conn.mockRespond(new Response(new ResponseOptions({
5454
status: 404,

0 commit comments

Comments
 (0)