Skip to content

Commit

Permalink
ON-453: create generic transfer handler
Browse files Browse the repository at this point in the history
  • Loading branch information
juo-dev committed Aug 23, 2023
1 parent 50d2c6d commit db63f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/goerli/chronos/traveler.handler.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assert, describe, test, clearStore, afterAll, beforeAll } from 'matchstick-as'
import { assert, describe, test, clearStore, afterAll } from 'matchstick-as'
import { handleTravelerTransfer } from '../../../src/chronos/traveler/transfer-handler'
import { generateId } from '../../../src/utils/helper'
import { createNewTransferEvent } from '../../mocks/events'
Expand Down

0 comments on commit db63f1a

Please sign in to comment.