| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e3dc05d commit 198463a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -271,7 +271,7 @@ assert.notDeepEqual(obj1, obj3); | |||
| 271 | 271 | // AssertionError: { a: { b: 1 } } notDeepEqual { a: { b: 1 } } | |
| 272 | 272 | ||
| 273 | 273 | assert.notDeepEqual(obj1, obj4); | |
| 274 | - // OK, obj1 and obj2 are not deeply equal | ||
| 274 | + // OK, obj1 and obj4 are not deeply equal | ||
| 275 | 275 | ``` | |
| 276 | 276 | ||
| 277 | 277 | If the values are deeply equal, an `AssertionError` is thrown with a `message` | |
| Back | FazBrowse Home | New Git URL |
0 commit comments