Fix naming and check functions for empty/notEmpty specs

This commit is contained in:
Gregg Van Hove
2018-02-15 17:43:03 -08:00
parent d8c154a2c6
commit 785f62c7a0
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ describe("Empty", function () {
expect(empty.asymmetricMatch(fullMap)).toBe(false);
});
it("matches an empty map", function () {
it("matches an empty set", function () {
jasmine.getEnv().requireFunctioningSets();
var empty = new jasmineUnderTest.Empty();
var fullSet = new Set();