mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 12:15:51 +00:00
rename test model names and fix lint errors
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { assert } from 'chai'
|
||||
import { validate, ValidationError } from 'xrpl-local'
|
||||
|
||||
import { validate, ValidationError } from '../../src'
|
||||
|
||||
/**
|
||||
* AMMBid Transaction Verification Testing.
|
||||
@@ -1,5 +1,6 @@
|
||||
import { assert } from 'chai'
|
||||
import { validate, ValidationError } from 'xrpl-local'
|
||||
|
||||
import { validate, ValidationError } from '../../src'
|
||||
|
||||
/**
|
||||
* AMMCreate Transaction Verification Testing.
|
||||
@@ -1,6 +1,7 @@
|
||||
/* eslint-disable no-bitwise -- bitwise necessary for enabling flags */
|
||||
import { assert } from 'chai'
|
||||
import { AMMDepositFlags, validate, ValidationError } from 'xrpl-local'
|
||||
|
||||
import { AMMDepositFlags, validate, ValidationError } from '../../src'
|
||||
|
||||
/**
|
||||
* AMMDeposit Transaction Verification Testing.
|
||||
@@ -1,5 +1,6 @@
|
||||
import { assert } from 'chai'
|
||||
import { validate, ValidationError } from 'xrpl-local'
|
||||
|
||||
import { validate, ValidationError } from '../../src'
|
||||
|
||||
/**
|
||||
* AMMVote Transaction Verification Testing.
|
||||
@@ -1,6 +1,7 @@
|
||||
/* eslint-disable no-bitwise -- bitwise necessary for enabling flags */
|
||||
import { assert } from 'chai'
|
||||
import { AMMWithdrawFlags, validate, ValidationError } from 'xrpl-local'
|
||||
|
||||
import { AMMWithdrawFlags, validate, ValidationError } from '../../src'
|
||||
|
||||
/**
|
||||
* AMMWithdraw Transaction Verification Testing.
|
||||
Reference in New Issue
Block a user