Skip to content

Commit

Permalink
correct name of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MaHaWo committed Aug 27, 2024
1 parent db7486a commit d903627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/stores/childrenStore.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe('normal functionality', () => {
}
});

it('should throw when adding with nonexistant user or existing child key', async () => {
it('should throw when removing with nonexistant user or nonexisting child key', async () => {
children.set(mockChildList);
try {
await removeChildData('x', 'childA');
Expand Down

0 comments on commit d903627

Please sign in to comment.