Skip to content

Commit 54d3ca8

Browse files
GQL-125: Fixing naming
1 parent 3dca296 commit 54d3ca8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/resolvers/__tests__/citation.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ describe('Citation', () => {
397397
})
398398

399399
describe('Mutation', () => {
400-
describe('restoreVisualizationRevision', () => {
400+
describe('restoreCitationRevision', () => {
401401
test('restores an old version of a citation', async () => {
402402
nock(/example-cmr/)
403403
.defaultReplyHeaders({

0 commit comments

Comments
 (0)