Skip to content

Commit

Permalink
chore: generalizing name in test stub
Browse files Browse the repository at this point in the history
  • Loading branch information
Camillo Bucciarelli committed May 7, 2024
1 parent a5eee4a commit 0c7bb36
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions functions/test/utilities/firestore/get-paginated.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe("Get all documents", () => {
{
id: "test-model-1",
lastUpdate: new Date("2024-01-01"),
name: "Carrefour spa",
name: "name-1",
userUpdate: {
id: "test-id-1",
username: "test",
Expand All @@ -63,7 +63,7 @@ describe("Get all documents", () => {
{
id: "test-model-2",
lastUpdate: new Date("2024-01-02"),
name: "Conad spa",
name: "name-2",
userUpdate: {
id: "test-id-1",
username: "test",
Expand All @@ -75,7 +75,7 @@ describe("Get all documents", () => {
{
id: "test-model-3",
lastUpdate: new Date("2024-01-03"),
name: "Esselunga spa",
name: "name-3",
userUpdate: {
id: "test-id-2",
username: "test",
Expand All @@ -87,7 +87,7 @@ describe("Get all documents", () => {
{
id: "test-model-4",
lastUpdate: new Date("2024-01-04"),
name: "Crai",
name: "name-4",
userUpdate: {
id: "test-id-2",
username: "test",
Expand All @@ -99,7 +99,7 @@ describe("Get all documents", () => {
{
id: "test-model-5",
lastUpdate: new Date("2024-01-05"),
name: "Craig spa",
name: "name-5",
userUpdate: {
id: "test-id-3",
username: "test",
Expand All @@ -111,7 +111,7 @@ describe("Get all documents", () => {
{
id: "test-model-6",
lastUpdate: new Date("2024-01-06"),
name: "Tigre",
name: "name-6",
userUpdate: {
id: "test-id-3",
username: "test",
Expand All @@ -123,7 +123,7 @@ describe("Get all documents", () => {
{
id: "test-model-7",
lastUpdate: new Date("2024-01-07"),
name: "Coop",
name: "name-7",
userUpdate: {
id: "test-id-3",
username: "test",
Expand All @@ -135,7 +135,7 @@ describe("Get all documents", () => {
{
id: "test-model-8",
lastUpdate: new Date("2024-01-08"),
name: "Coop adriatico",
name: "name-8",
userUpdate: {
id: "test-id-4",
username: "test",
Expand Down

0 comments on commit 0c7bb36

Please sign in to comment.