Skip to content

Commit

Permalink
remove obsolete test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Mar 10, 2020
1 parent 347c6f3 commit 12db03e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ describe('SavedObjectsService', () => {
};
setup.registerType(type);

// the config type is also registered during setup
expect(typeRegistryInstanceMock.registerType).toHaveBeenCalledTimes(1);
expect(typeRegistryInstanceMock.registerType).toHaveBeenCalledWith(type);
});
Expand Down

0 comments on commit 12db03e

Please sign in to comment.