summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2022-11-05 12:39:12 -0700
committerPhilip Chimento <philip.chimento@gmail.com>2023-02-19 21:25:18 -0800
commit7fb3309e61984961602b085445df20073019ed7c (patch)
tree8707451b13608267336ec09586a56c22e4380632
parentff10cb81845cef5bea2b33c9f24aac2598217d19 (diff)
downloadgjs-7fb3309e61984961602b085445df20073019ed7c.tar.gz
tests: Fix test description
This test is added twice, and was supposed to adapt its description each time.
-rw-r--r--installed-tests/js/testRegress.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/installed-tests/js/testRegress.js b/installed-tests/js/testRegress.js
index 60753a54..7e4f8bb8 100644
--- a/installed-tests/js/testRegress.js
+++ b/installed-tests/js/testRegress.js
@@ -1570,7 +1570,7 @@ describe('Life, the Universe and Everything', function () {
expect(callback).toHaveBeenCalled();
});
- it('null simple callback', function () {
+ it(`null ${type} callback`, function () {
expect(() => Regress[`test_${type}_callback`](null)).not.toThrow();
});
});