diff --git a/contracts/exchange-libs/test/lib_zero_ex_transaction.ts b/contracts/exchange-libs/test/lib_zero_ex_transaction.ts index c119f61f92..42a00cbeb0 100644 --- a/contracts/exchange-libs/test/lib_zero_ex_transaction.ts +++ b/contracts/exchange-libs/test/lib_zero_ex_transaction.ts @@ -68,7 +68,7 @@ blockchainTests('LibZeroExTransaction', env => { }); }); - it('should correctly hash a non-empty order', async () => { + it('should correctly hash a non-empty transaction', async () => { await testGetTransactionHashAsync({ salt: randomUint256(), expirationTimeSeconds: randomUint256(),