Update test copy

Signed-off-by: Erik Engervall <erik.engervall@gmail.com>
This commit is contained in:
Erik Engervall
2021-10-06 16:52:07 +02:00
parent b311fe253f
commit 507d38cfbe
@@ -39,7 +39,7 @@ jest.mock('../../../contexts/UserContext', () => ({
describe('patch', () => {
beforeEach(jest.clearAllMocks);
it('should return the expected responseSteps (including patch validation sequence) and progress', async () => {
it('should return the expected responseSteps (including patch dry run) and progress', async () => {
const { result } = renderHook(() =>
usePatch({
bumpedTag: mockBumpedTag,
@@ -57,7 +57,7 @@ describe('patch', () => {
expect(result.current.responseSteps).toHaveLength(18);
});
it('should return the expected responseSteps (including patch validation sequence) and progress (with onSuccess)', async () => {
it('should return the expected responseSteps (including patch dry run) and progress (with onSuccess)', async () => {
const { result } = renderHook(() =>
usePatch({
bumpedTag: mockBumpedTag,