Skip to content

Commit 12eb3ae

Browse files
committed
test: add missing parentheses to descriptions
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: passed - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 66ebb7c commit 12eb3ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/node_modules/@stdlib/ndarray/base/dtype-chars/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ tape( 'the function supports returning a list of floating-point ndarray data typ
189189
t.end();
190190
});
191191

192-
tape( 'the function supports returning a list of floating-point ndarray data type single letter character abbreviations (including "generic"', function test( t ) {
192+
tape( 'the function supports returning a list of floating-point ndarray data type single letter character abbreviations (including "generic")', function test( t ) {
193193
var expected;
194194
var actual;
195195

lib/node_modules/@stdlib/ndarray/base/dtype-strings/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ tape( 'the function supports returning a list of floating-point ndarray data typ
189189
t.end();
190190
});
191191

192-
tape( 'the function supports returning a list of floating-point ndarray data type strings (including "generic"', function test( t ) {
192+
tape( 'the function supports returning a list of floating-point ndarray data type strings (including "generic")', function test( t ) {
193193
var expected;
194194
var actual;
195195

lib/node_modules/@stdlib/ndarray/dtypes/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ tape( 'the function supports returning a list of floating-point ndarray data typ
214214
t.end();
215215
});
216216

217-
tape( 'the function supports returning a list of floating-point ndarray data types (including "generic"', function test( t ) {
217+
tape( 'the function supports returning a list of floating-point ndarray data types (including "generic")', function test( t ) {
218218
var expected;
219219
var actual;
220220

0 commit comments

Comments
 (0)