Add length to LDB Test:
Closes: #36 Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
parent
de6f735edd
commit
4b2e7e99b8
@ -31,6 +31,7 @@ export const inputs: any[] = [
|
||||
departureType: "Estimated",
|
||||
departureSource: "Darwin",
|
||||
platform: "5",
|
||||
length: "10",
|
||||
origin: {
|
||||
location: {
|
||||
locationName: "Plymouth",
|
||||
|
@ -25,6 +25,7 @@ export const outputs: StaffLdb[] = [
|
||||
etd: expect.any(Date),
|
||||
departureType: "Estimated",
|
||||
platform: "5",
|
||||
length: 10,
|
||||
origin: [
|
||||
{
|
||||
tiploc: "PLYMTH",
|
||||
|
Loading…
Reference in New Issue
Block a user