copy-paste typo

This commit is contained in:
Vesa Luusua 2017-08-28 23:23:40 +03:00
parent 3ff50f9dc1
commit 12eb357367
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ import { ManageListingCardComponent } from './ManageListingCard';
const noop = () => null;
describe('ListingCard', () => {
describe('ManageListingCard', () => {
it('matches snapshot', () => {
const listing = { ...createOwnListing('listing1') };
const tree = renderShallow(

View file

@ -1,4 +1,4 @@
exports[`ListingCard matches snapshot 1`] = `
exports[`ManageListingCard matches snapshot 1`] = `
<withFlattenedRoutes(withRouter(NamedLink))
className=""
name="ListingPage"