Skip to content

Commit

Permalink
test: use unique business and bridgechain names
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Faust committed Feb 28, 2020
1 parent ab27881 commit d9631fb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import "@packages/core-test-framework/src/matchers";

import { Contracts } from "@arkecosystem/core-kernel";
import { Identities } from "@arkecosystem/crypto";
import secrets from "@packages/core-test-framework/src/internal/passphrases.json";
import { snoozeForBlock, TransactionFactory } from "@packages/core-test-framework/src/utils";
import { generateMnemonic } from "bip39";

import { snoozeForBlock, TransactionFactory } from "@packages/core-test-framework/src/utils";
import secrets from "@packages/core-test-framework/src/internal/passphrases.json";
import * as support from "./__support__";

let app: Contracts.Kernel.Application;
Expand Down Expand Up @@ -155,7 +155,7 @@ describe("Transaction Forging - Bridgechain registration", () => {
// Bridgechain resignation
const bridgechainRegistration = TransactionFactory.initialize(app)
.bridgechainRegistration({
name: "cryptoProject",
name: "cryptoProject3",
seedNodes: ["1.2.3.4", "2001:0db8:85a3:0000:0000:8a2e:0370:7334"],
genesisHash: "127e6fbfe24a750e72930c220a8e138275656b8e5d8f48a98c3c92df2caba935",
bridgechainRepository: "http://www.repository.com/myorg/myrepo",
Expand Down Expand Up @@ -186,7 +186,7 @@ describe("Transaction Forging - Bridgechain registration", () => {
// Bridgechain registration
const bridgechainRegistration = TransactionFactory.initialize(app)
.bridgechainRegistration({
name: "cryptoProject",
name: "cryptoProject4",
seedNodes: ["1.2.3.4", "2001:0db8:85a3:0000:0000:8a2e:0370:7334"],
genesisHash: "127e6fbfe24a750e72930c220a8e138275656b8e5d8f48a98c3c92df2caba935",
bridgechainRepository: "repository.com/myorg/myrepo",
Expand Down Expand Up @@ -244,7 +244,7 @@ describe("Transaction Forging - Bridgechain registration", () => {
// Registering a bridgechain
const bridgechainRegistration = TransactionFactory.initialize(app)
.bridgechainRegistration({
name: "cryptoProject2",
name: "cryptoProject5",
seedNodes: ["2001:0db8:85a3:0000:0000:8a2e:0370:7334"],
genesisHash: "2c624232cdd221771294dfbb310aca000a0df6ac8b66b696d90ef06fdefb64a3",
bridgechainRepository: "http://www.repository.com/myorg/myrepo",
Expand Down Expand Up @@ -322,7 +322,7 @@ describe("Transaction Forging - Bridgechain registration", () => {
// Registering a bridgechain
const bridgechainRegistration = TransactionFactory.initialize(app)
.bridgechainRegistration({
name: "cryptoProject3",
name: "cryptoProject6",
seedNodes: ["2001:0db8:85a3:0000:0000:8a2e:0370:7334"],
genesisHash: "19581e27de7ced00ff1ce50b2047e7a567c76b1cbaebabe5ef03f7c3017bb5b7",
bridgechainRepository: "http://www.repository.com/myorg/myrepo",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import "@packages/core-test-framework/src/matchers";

import { Contracts } from "@arkecosystem/core-kernel";
import { Identities } from "@arkecosystem/crypto";
import secrets from "@packages/core-test-framework/src/internal/passphrases.json";
import { snoozeForBlock, TransactionFactory } from "@packages/core-test-framework/src/utils";
import { generateMnemonic } from "bip39";

import { snoozeForBlock, TransactionFactory } from "@packages/core-test-framework/src/utils";
import secrets from "@packages/core-test-framework/src/internal/passphrases.json";
import * as support from "./__support__";

let app: Contracts.Kernel.Application;
Expand Down Expand Up @@ -146,7 +146,7 @@ describe("Transaction Forging - Bridgechain resignation", () => {

// Registering a bridgechain
const bridgechainRegistrationAsset = {
name: "cryptoProject",
name: "cryptoProject3",
seedNodes: ["2001:0db8:85a3:0000:0000:8a2e:0370:7334"],
genesisHash: "3fdba35f04dc8c462986c992bcf875546257113072a909c162f7e470e581e278",
bridgechainRepository: "http://www.repository.com/myorg/myrepo",
Expand Down Expand Up @@ -237,7 +237,7 @@ describe("Transaction Forging - Bridgechain resignation", () => {

// Registering a bridgechain
const bridgechainRegistrationAsset = {
name: "cryptoProject",
name: "cryptoProject4",
seedNodes: ["2001:0db8:85a3:0000:0000:8a2e:0370:7334"],
genesisHash: "8527a891e224136950ff32ca212b45bc93f69fbb801c3b1ebedac52775f99e61",
bridgechainRepository: "http://www.repository.com/myorg/myrepo",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import "@packages/core-test-framework/src/matchers";

import { Contracts } from "@arkecosystem/core-kernel";
import { Identities } from "@arkecosystem/crypto";
import secrets from "@packages/core-test-framework/src/internal/passphrases.json";
import { snoozeForBlock, TransactionFactory } from "@packages/core-test-framework/src/utils";
import { generateMnemonic } from "bip39";

import { snoozeForBlock, TransactionFactory } from "@packages/core-test-framework/src/utils";
import secrets from "@packages/core-test-framework/src/internal/passphrases.json";
import * as support from "./__support__";

let app: Contracts.Kernel.Application;
Expand Down Expand Up @@ -170,7 +170,7 @@ describe("Transaction Forging - Bridgechain update", () => {

// Registering a bridgechain
const bridgechainRegistrationAsset = {
name: "cryptoProject",
name: "cryptoProject3",
seedNodes: ["2001:0db8:85a3:0000:0000:8a2e:0370:7334"],
genesisHash: "4523540f1504cd17100c4835e85b7eefd49911580f8efff0599a8f283be6b9e3",
bridgechainRepository: "http://www.repository.com/myorg/myrepo",
Expand Down Expand Up @@ -263,7 +263,7 @@ describe("Transaction Forging - Bridgechain update", () => {

// Registering a bridgechain
const bridgechainRegistrationAsset = {
name: "cryptoProject",
name: "cryptoProject4",
seedNodes: ["2001:0db8:85a3:0000:0000:8a2e:0370:7334"],
genesisHash: "4ec9599fc203d176a301536c2e091a19bc852759b255bd6818810a42c5fed14a",
bridgechainRepository: "http://www.repository.com/myorg/myrepo",
Expand Down

0 comments on commit d9631fb

Please sign in to comment.