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

Commit 02be0f4

Browse files
committed
remove useless code
1 parent da554dc commit 02be0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests/directions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ describe('gmDirections', function () {
3737
}
3838

3939
it('test simple case', function (done) {
40-
compile('<gm-directions destination="destination" options="{origin: \'from\', destination: \'to\', travelMode: \'mode\'}"></gm-directions>');
40+
compile('<gm-directions options="{origin: \'from\', destination: \'to\', travelMode: \'mode\'}"></gm-directions>');
4141

4242
setTimeout(function() {
4343
expect(scope.directions).not.to.be.an('undefined');

0 commit comments

Comments
 (0)