Skip to content

Commit

Permalink
fix: test prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
psteinroe committed Feb 14, 2024
1 parent dfd1ca5 commit bb94ab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { useDeleteManyMutation, useQuery } from '../../src';
import type { Database } from '../database.types';
import { renderWithConfig } from '../utils';

const TEST_PREFIX = 'postgrest-react-query-delete-many';
const TEST_PREFIX = 'postgrest-react-query-delmany';

describe('useDeleteManyMutation', () => {
let client: SupabaseClient<Database>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { useDeleteManyMutation, useQuery } from '../../src';
import type { Database } from '../database.types';
import { renderWithConfig } from '../utils';

const TEST_PREFIX = 'postgrest-swr-delete-many';
const TEST_PREFIX = 'postgrest-swr-delmany';

describe('useDeleteManyMutation', () => {
let client: SupabaseClient<Database>;
Expand Down

0 comments on commit bb94ab9

Please sign in to comment.