Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryota Yamada committed May 22, 2023
1 parent 4fcd597 commit 461bd4c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

const {generate_test} = unit_test_utils;
const {test_gender_status} = personal_info_assertions;
const test_name = "test_gemder_assertions";
const test_name = "test_gender_assertions";
const test_cases = {
/*
Provide your own testing data following the structure
Expand All @@ -32,4 +32,4 @@ const test_cases = {
generate_test(test_name,
test_cases,
test_gender_status);


0 comments on commit 461bd4c

Please sign in to comment.