Skip to content

Commit

Permalink
删除多余字符
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhongda committed Jul 26, 2016
1 parent c51ce9a commit b6c2e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.chatroom.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ describe( 'Chatroom Test', function() {


describe('Banned Chatroom', function() {
A it('Add banned user to the chatroom: should return OK', function( done ) {
it('Add banned user to the chatroom: should return OK', function( done ) {
rongSDK.chatroom.user.gagAdd( chatroomIDs[0],testUser.userId,2,'json', function( err, resultText ) {
var result = JSON.parse( resultText );
result.code.should.equal( 200 );
Expand Down

0 comments on commit b6c2e50

Please sign in to comment.