Skip to content

Commit 60501b3

Browse files
committed
#1329 test fix?
1 parent b41bb4f commit 60501b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/frontend/src/tests/test-support/test-data/change-requests.stub.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ import {
1414
StandardChangeRequest
1515
} from 'shared';
1616
import { exampleAdminUser, exampleAppAdminUser, exampleProjectLeadUser, exampleProjectManagerUser } from './users.stub';
17-
import { exampleWbsWorkPackage1 } from './wbs-numbers.stub';
17+
import { exampleWbsProject1, exampleWbsWorkPackage1 } from './wbs-numbers.stub';
1818

1919
export const exampleStandardChangeRequest: StandardChangeRequest = {
2020
crId: 37,
21-
wbsNum: exampleWbsWorkPackage1,
21+
wbsNum: exampleWbsProject1,
2222
wbsName: 'Example Work Package 1',
2323
submitter: exampleAdminUser,
2424
dateSubmitted: new Date('02/25/21'),

0 commit comments

Comments
 (0)