Skip to content

Commit

Permalink
fix test of at
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Mar 17, 2014
1 parent b8c6e92 commit c8a624b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/services/at.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ describe('services/at.js', function () {
testuser3 @testuser2你好 \
@testuser1@testuser3\
@testuser2@testuser123 oh my god';
var linkedText = '@[testuser1](/user/testuser1) 哈哈, hellowprd testuser1 testuser2 \
testuser3 @[testuser2](/user/testuser2)你好 \
@[testuser1](/user/testuser1)@[testuser3](/user/testuser3)\
@[testuser2](/user/testuser2)@[testuser1](/user/testuser1)23 oh my god';
var linkedText = '[@testuser1](/user/testuser1) 哈哈, hellowprd testuser1 testuser2 \
testuser3 [@testuser2](/user/testuser2)你好 \
[@testuser1](/user/testuser1)[@testuser3](/user/testuser3)\
[@testuser2](/user/testuser2)[@testuser1](/user/testuser1)23 oh my god';

describe('fetchUsers()', function () {
var mentionUser = rewire('../../services/at');
Expand Down

0 comments on commit c8a624b

Please sign in to comment.