Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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);