From df01545511bbdbe9f36ab21fb39a987faef0a735 Mon Sep 17 00:00:00 2001 From: Chlod Alejandro Date: Sun, 17 Nov 2024 02:44:24 +0800 Subject: [PATCH] change test targets --- .../integration/ContributionSurveyRowParserIntegrationTests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/ContributionSurveyRowParserIntegrationTests.ts b/tests/integration/ContributionSurveyRowParserIntegrationTests.ts index 2c236ba7..148f7114 100644 --- a/tests/integration/ContributionSurveyRowParserIntegrationTests.ts +++ b/tests/integration/ContributionSurveyRowParserIntegrationTests.ts @@ -5,8 +5,8 @@ import BrowserHelper from '../util/BrowserHelper'; describe( 'ContributionSurveyRowParser integration tests', () => { const cases: string[] = [ 'Hauganm', - 'Arfaz', '20111004', + 'Ironboy11', '20221029' ];