Skip to content

Commit

Permalink
Cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
xbtmatt committed Jan 31, 2025
1 parent 3bd73ac commit 07aad0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/typescript/sdk/tests/e2e/queries/candlesticks.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// cspell:word timespan

import { AccountAddress } from "@aptos-labs/ts-sdk";
import {
getMarketResourceFromWriteSet,
Expand Down
5 changes: 4 additions & 1 deletion src/typescript/sdk/tests/e2e/schema.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// cspell:word nspname
// cspell:word proname
// cspell:word pronamespace

import { EMOJICOIN_INDEXER_URL } from "../../src/server/env";
import { type AnyColumnName, TableName } from "../../src/indexer-v2/types/json-types";
import {
Expand All @@ -8,7 +12,6 @@ import {
} from "../../src/indexer-v2/types/postgres-numeric-types";

// This is not the full response type; it's just what we use in this test.
// NOTE: This does *not* cover the RPC function calls/schemas. Only tables and views.
interface DatabaseSchema {
definitions: {
[Table in TableName]: {
Expand Down

0 comments on commit 07aad0e

Please sign in to comment.