Skip to content

Commit

Permalink
starting to fix #86
Browse files Browse the repository at this point in the history
  • Loading branch information
hhzl committed Dec 8, 2016
1 parent 6e68b1e commit 0db5bcd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/learnwords2/LWdbSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ describe("Database LWdb", function() {
expect(this.db).toBeObject();

expect(this.db).toHaveString("dbName");
expect(this.db.dbName).toBeString("LearnWords");

expect(this.db.dbName).toBe("LearnWords");
expect(this.db).toHaveArray("_keysOfAllWords");

});
Expand Down

0 comments on commit 0db5bcd

Please sign in to comment.