Skip to content

Commit

Permalink
fix unit test typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyPalmer committed Oct 18, 2013
1 parent 852f8b0 commit 2502410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/view-segment.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ describe('view-segment', function() {
$routeSegmentProvider.when('/2/details', 'section2.details');
$routeSegmentProvider.segment('section1', {
template: '<div app:view-segment="1"></div>'})
$routeSegmentProvider.segment('section1', {
$routeSegmentProvider.segment('section2', {
template: '<div app:view-segment="1"></div>'})
$routeSegmentProvider.within('section1').segment('details', {
template: '<h4>Detail 1</h4>'})
Expand Down Expand Up @@ -317,4 +317,4 @@ describe('view-segment', function() {


});


0 comments on commit 2502410

Please sign in to comment.