Skip to content

Commit

Permalink
fix: text
Browse files Browse the repository at this point in the history
  • Loading branch information
casserni committed Sep 6, 2019
1 parent a4c27d6 commit 24ea17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/srn.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('deserializeSrn', () => {
});
});

it('should work deserialize file node srn with dot in uri path', () => {
it('should work deserialize node srn with dot in uri path', () => {
expect(deserializeSrn('sl/org/project/reference/stoplight/openapi.v1.yaml/paths/~1nodes.get/get')).toEqual({
shortcode: 'sl',
orgSlug: 'org',
Expand Down

0 comments on commit 24ea17b

Please sign in to comment.