Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Nov 27, 2023
1 parent b7588e9 commit 03370da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding/react/test/use_leopard.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import leopardParams from '@/leopard_params.js';
// @ts-ignore
import testData from './test_data.json';

const ACCESS_KEY = 'mW3jTf9S6NUBzDHDpN/lNLNE9k8wk2ERjIKPGeX3tM62LzxFbdFtIQ=='; //Cypress.env('ACCESS_KEY');
const ACCESS_KEY = Cypress.env('ACCESS_KEY');

const levenshteinDistance = (words1: string[], words2: string[]) => {
const res = Array.from(
Expand Down

0 comments on commit 03370da

Please sign in to comment.