Skip to content

Commit

Permalink
fix: minor rebase issues - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tarzacodes committed Jan 8, 2024
1 parent 29cfc9d commit e5d63cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/address_resolver.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import { expect } from "chai"
import { Client, connect } from "../../src"
import { Message } from "../../src/producer"
import { Offset } from "../../src/requests/subscribe_request"
import { getAddressResolverFromEnv, getTestNodesFromEnv } from "../../src/util"
import { getAddressResolverFromEnv } from "../../src/util"
import { createStreamName } from "../support/fake_data"
import { Rabbit } from "../support/rabbit"
import { password, username, wait } from "../support/util"
import { getTestNodesFromEnv, password, username, wait } from "../support/util"

describe("address resolver", () => {
let streamName: string
Expand Down

0 comments on commit e5d63cf

Please sign in to comment.