Skip to content

Commit

Permalink
feature: list-subscription-rule-states; fix ui mocks #368
Browse files Browse the repository at this point in the history
  • Loading branch information
maany committed Oct 5, 2023
1 parent ede0a32 commit c85de41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/fixtures/table-fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@ export function fixtureSubscriptionRuleStatesViewModel(): SubscriptionRuleStates
state_replicating: faker.number.int({ min: 0, max: 10 }),
state_stuck: faker.number.int({ min: 0, max: 10 }),
state_suspended: faker.number.int({ min: 0, max: 10 }),
state_inject: faker.number.int({ min: 0, max: 10 }),
state_waiting_approval: faker.number.int({ min: 0, max: 10 }),
}
}

Expand Down

0 comments on commit c85de41

Please sign in to comment.