Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit afd9f36

Browse files
chrisirhcpkozlowski-opensource
authored andcommitted
test(tabs): typo in basics test
1 parent c61e697 commit afd9f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tabs/test/tabs.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ describe('tabs', function() {
4646
' <tab-heading><b>Second</b> Tab {{second}}</tab-heading>',
4747
' second content is {{second}}',
4848
' </tab>',
49-
' </tabs>',
49+
' </tabset>',
5050
'</div>'
5151
].join('\n'))(scope);
5252
scope.$apply();

0 commit comments

Comments
 (0)