Skip to content

Commit d1e7d38

Browse files
committed
Update create_pattern_for_sync_route_editor.test.js
1 parent 33da88b commit d1e7d38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/examples/create_pattern_for_sync_route_editor.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ describe('When getting a pattern for use in the Sync route editor', () => {
2525
.getPatternForSyncRouteEditor(1)
2626
.then(getPatternResponse => {
2727
getPatternResponse.should.be.an('object');
28-
// todo: flesh this out after payload shape is confirmed
2928
});
3029
return getPatternForSyncRouteEditorPromise;
3130
});

0 commit comments

Comments
 (0)