From 6e1fdda182f56225047e797fd497504ec3673f71 Mon Sep 17 00:00:00 2001 From: James Towle Date: Mon, 12 Aug 2019 11:06:01 -0700 Subject: [PATCH] Update contracts/exchange-libs/test/lib_zero_ex_transaction.ts Co-Authored-By: Lawrence Forman --- contracts/exchange-libs/test/lib_zero_ex_transaction.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),