Skip to content

Commit

Permalink
Update web/src/integration/blob-viewer.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Becker <felix.b@outlook.com>
  • Loading branch information
twop and felixfbecker committed Jul 14, 2020
1 parent 4c3af85 commit d79ac42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/integration/blob-viewer.test.ts
Expand Up @@ -27,7 +27,7 @@ describe('Blob viewer', () => {
})
afterEach(() => testContext?.dispose())

describe('tests a general layout for viewing a file', () => {
describe('general layout for viewing a file', () => {
const repositoryName = 'github.com/sourcegraph/jsonrpc2'
const repositorySourcegraphUrl = `/${repositoryName}`
const fileName = 'async.go'
Expand Down

0 comments on commit d79ac42

Please sign in to comment.