Skip to content

Commit 2d508eb

Browse files
committed
clean
1 parent 4ac035a commit 2d508eb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/examples/get_detours.test.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ describe('When retrieving historical detours by customer', () => {
8585
.getHistoricalDetours()
8686
.then(detours => {
8787
detours.should.be.an('array');
88-
// Add more specific assertions if needed
8988
});
9089

9190
return detoursPromise;
@@ -99,7 +98,6 @@ describe('When retrieving historical detours by customer', () => {
9998
.getHistoricalDetours(startDate)
10099
.then(detours => {
101100
detours.should.be.an('array');
102-
// Add more specific assertions if needed
103101
});
104102

105103
return detoursPromise;
@@ -114,7 +112,6 @@ describe('When retrieving historical detours by customer', () => {
114112
.getHistoricalDetours(startDate, endDate)
115113
.then(detours => {
116114
detours.should.be.an('array');
117-
// Add more specific assertions if needed
118115
});
119116

120117
return detoursPromise;

0 commit comments

Comments
 (0)