Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsalminen committed Oct 1, 2018
1 parent e9b514a commit 5577c24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ExampleComponent.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<component :is="type" :class="['example', variation]">
<div class="example-content">
<div id="Example-container">
<slot />
</div>
</component>
Expand Down
2 changes: 1 addition & 1 deletion test/unit/specs/docs/statusLabels.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ localVue.mixin(statusLabels)
const MockComponent = {
name: "example",
status: "prototype",
template: "<div id='example-container'><label class='status original'>undefined</label></div>",
template: "<div id='Example-container'><label class='status original'>undefined</label></div>",
}

const wrapper = mount(ExampleComponent, {
Expand Down

0 comments on commit 5577c24

Please sign in to comment.