Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed May 23, 2024
1 parent 8288808 commit 07212a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 52 deletions.
2 changes: 1 addition & 1 deletion src/entity/investor.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Bytes } from "@graphprotocol/graph-ts"
import { Bytes } from "@graphprotocol/graph-ts"
import { Investor } from "../../generated/schema"

export function getInvestor(accountAddress: Bytes): Investor {
Expand Down
51 changes: 0 additions & 51 deletions tests/utils/time.test.ts

This file was deleted.

0 comments on commit 07212a7

Please sign in to comment.