Skip to content

Commit b095315

Browse files
committed
Fixed reference to slide.css file with one of tests
1 parent 01d43cf commit b095315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/carousel/carousel_component_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ testCarouselComponent() {
2020
);
2121
inject((Timeout t) => timeout = t);
2222
//return loadTemplates(['/carousel/carousel.html', '/carousel/slide.html', '/carousel/carousel.css']);
23-
return loadTemplates(['/carousel/slide.css']);
23+
//return loadTemplates(['/carousel/slide.css']);
2424
});
2525

2626
describe('basics', () {

0 commit comments

Comments
 (0)