Skip to content

Commit

Permalink
1.fix path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cwangsmv committed Nov 22, 2024
1 parent 2635306 commit 94c1655
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { describe, expect, it } from 'vitest';

import { VaultCache } from '../cloud-service-integration/vault-cache';
import { VaultCache } from '../cloud-service-integraion/vault-cache';

describe('test cache', () => {
it('should get item after set', () => {
Expand Down

0 comments on commit 94c1655

Please sign in to comment.