Skip to content

Commit

Permalink
fix: test name
Browse files Browse the repository at this point in the history
  • Loading branch information
erikian committed Nov 3, 2023
1 parent 047f196 commit 7b663a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtl-spec/components/tour.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { mocked } from 'jest-mock';
import { Tour, TourScriptStep } from '../../src/renderer/components/tour';
import { overrideRendererPlatform } from '../../tests/utils';

describe('VersionChooser component', () => {
describe('Tour component', () => {
const oldQuerySelector = document.querySelector;

/**
Expand Down

0 comments on commit 7b663a7

Please sign in to comment.