Skip to content

Commit

Permalink
fix: remove staged test function that is not actually used
Browse files Browse the repository at this point in the history
  • Loading branch information
pgautier404 committed Aug 11, 2023
1 parent 739169a commit 31a2344
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/client-sdk-web/test/integration/integration-setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,6 @@ function momentoVectorClientForTesting(): PreviewVectorClient {
});
}

// function momentoVectorClientForTestingWithSessionToken(): PreviewVectorClient {
// return new PreviewVectorClient({
// configuration: Configurations.Laptop.latest(),
// credentialProvider: sessionCredsProvider(),
// });
// }

export function SetupIntegrationTest(): {
Momento: CacheClient;
IntegrationTestCacheName: string;
Expand Down

0 comments on commit 31a2344

Please sign in to comment.