Skip to content

Commit 327f314

Browse files
committed
(#310) Removed mention of adapter from test description
1 parent 77f7b1b commit 327f314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/clipboard.class.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ describe("Clipboard class", () => {
3030
expect(copyMock).toHaveBeenCalledWith(textToCopy);
3131
});
3232

33-
it("should call the native adapters paste method.", () => {
33+
it("should call providers paste method.", () => {
3434
// GIVEN
3535
const SUT = new ClipboardClass(providerRegistryMock);
3636
const pasteMock = jest.fn();

0 commit comments

Comments
 (0)