Skip to content

Commit

Permalink
fix: fix tests names
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinGbz committed Jul 27, 2023
1 parent 52722dc commit e8bbe2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/topics/group-generator/group-generator.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ describe("test group generator", () => {
expect(generatorGroups2[0].generationFrequency).toEqual(GenerationFrequency.Once);
});

test("Should generate 2 groups with the 2 generators", async () => {
test("Should generate a group with a generator", async () => {
await service.generateGroups("test-generator", {
timestamp: 1,
});
Expand Down

0 comments on commit e8bbe2a

Please sign in to comment.