@@ -170,12 +170,13 @@ describe('Contest', () => {
170170 } ) ;
171171 } ) ;
172172
173- describe ( 'when contest_id contains donuts or colopl' , ( ) => {
173+ describe ( 'when contest_id contains donuts, colopl and gigacode ' , ( ) => {
174174 const testCases = [
175175 { contestId : 'donuts-live2014' , expected : ContestType . OTHERS } ,
176176 { contestId : 'donuts-2015' , expected : ContestType . OTHERS } ,
177177 { contestId : 'colopl2018-qual' , expected : ContestType . OTHERS } ,
178178 { contestId : 'colopl2018-final' , expected : ContestType . OTHERS } ,
179+ { contestId : 'gigacode-2019' , expected : ContestType . OTHERS } ,
179180 ] ;
180181
181182 runTests ( 'classifyContest' , testCases , ( { contestId, expected } : TestCaseForContestType ) => {
@@ -360,12 +361,13 @@ describe('Contest', () => {
360361 ) ;
361362 } ) ;
362363
363- describe ( 'when contest_id contains donuts or colopl' , ( ) => {
364+ describe ( 'when contest_id contains donuts, colopl and gigacode ' , ( ) => {
364365 const testCases = [
365366 { contestId : 'donuts-live2014' , expected : ContestType . OTHERS } ,
366367 { contestId : 'donuts-2015' , expected : ContestType . OTHERS } ,
367368 { contestId : 'colopl2018-qual' , expected : ContestType . OTHERS } ,
368369 { contestId : 'colopl2018-final' , expected : ContestType . OTHERS } ,
370+ { contestId : 'gigacode-2019' , expected : ContestType . OTHERS } ,
369371 ] ;
370372
371373 runTests (
0 commit comments