Skip to content

Commit c6b3a7b

Browse files
committed
Fixing suite name for "Credit card verifier
(Luhn’s algorithm)".
1 parent 6cffc25 commit c6b3a7b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3838

3939
### Fixed
4040
- File import for "A child's play".
41+
- Suite name for "Credit card verifier (Luhn’s algorithm)".
4142

4243
## [1.7.0] - 2022-03-31
4344
### Added

test/community/training/easy/creditCardVerifier/CGTest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { execute } from '../../../../../lib/community/training/easy/creditCardVe
66

77
const __dirname = new URL('.', import.meta.url).pathname;
88

9-
suite("Container terminal", function() {
9+
suite("Credit card verifier (Luhn’s algorithm)", function() {
1010
const sandbox = sinon.createSandbox();
1111

1212
setup(function () {

0 commit comments

Comments
 (0)