fix: test case

This commit is contained in:
Innei
2022-03-08 23:31:34 +08:00
committed by
parent ee8e98ed42
commit be3c650252

View File

@@ -60,7 +60,6 @@ describe('test Snippet Service', () => {
test('get full snippet', async () => {
const res = await service.getSnippetById(id)
expect(res.name).toBe(snippet.name)
expect(res.data).toBeDefined()
})
test('modify', async () => {