Skip to content

Commit 066fbff

Browse files
committed
apply copilot's review
1 parent 38b1782 commit 066fbff

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/devextreme/js/__internal/scheduler/__tests__/appointments_new.test.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ describe('New Appointments', () => {
2828

2929
describe('Templates', () => {
3030
describe('AppointmentTemplate', () => {
31-
it('should call template function with correct paramteters', async () => {
31+
it('should call template function with correct parameters', async () => {
3232
const appointmentTemplate = jest.fn();
3333

3434
const appointmentData1 = {
@@ -177,10 +177,6 @@ describe('New Appointments', () => {
177177
const $appointment = $(POM.getAppointments()[0].element);
178178
expect($appointment.text()).toBe('Appointment 1 Async');
179179
});
180-
181-
it('should call onAppointmentRendered action after appointment is rendered', async () => {
182-
183-
});
184180
});
185181

186182
describe('AppointmentCollectorTemplate', () => {

0 commit comments

Comments
 (0)