update id's
Some checks failed
CI/CD Pipeline / test (push) Has been cancelled
CI/CD Pipeline / deploy-staging (push) Has been cancelled
CI/CD Pipeline / deploy-main (push) Has been cancelled

This commit is contained in:
2025-03-09 19:20:56 +01:00
parent 2003ff0e59
commit 86e5482c6f
2 changed files with 3 additions and 3 deletions

View File

@@ -339,7 +339,7 @@ mod test {
}
)
.await,
3,
4,
);
assert_eq!(
TripDetails::create(
@@ -354,7 +354,7 @@ mod test {
}
)
.await,
4,
5,
);
}