Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Nc 1145 eth_getTransactionReceipt acceptance test #322

Merged
merged 2 commits into from
Nov 27, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*/
package tech.pegasys.pantheon.tests.acceptance.jsonrpc;
package tech.pegasys.pantheon.tests.web3j;

import tech.pegasys.pantheon.ethereum.core.Hash;
import tech.pegasys.pantheon.tests.acceptance.dsl.AcceptanceTestBase;
Expand All @@ -20,7 +20,7 @@
import org.junit.Before;
import org.junit.Test;

public class EthGetTransactionReceiptAcceptanceTest extends AcceptanceTestBase {
public class DeployTransactionAcceptanceTest extends AcceptanceTestBase {

private PantheonNode minerNode;
private Account recipient;
Expand Down