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",
|
departureType: "Estimated",
|
||||||
departureSource: "Darwin",
|
departureSource: "Darwin",
|
||||||
platform: "5",
|
platform: "5",
|
||||||
|
length: "10",
|
||||||
origin: {
|
origin: {
|
||||||
location: {
|
location: {
|
||||||
locationName: "Plymouth",
|
locationName: "Plymouth",
|
||||||
|
@ -25,6 +25,7 @@ export const outputs: StaffLdb[] = [
|
|||||||
etd: expect.any(Date),
|
etd: expect.any(Date),
|
||||||
departureType: "Estimated",
|
departureType: "Estimated",
|
||||||
platform: "5",
|
platform: "5",
|
||||||
|
length: 10,
|
||||||
origin: [
|
origin: [
|
||||||
{
|
{
|
||||||
tiploc: "PLYMTH",
|
tiploc: "PLYMTH",
|
||||||
|
Loading…
Reference in New Issue
Block a user