Skip to content

Conversation

@yim-lee
Copy link
Member

@yim-lee yim-lee commented Jul 15, 2022

Resolves #318

enum ServiceDiscoveryImplementation {
case `static`(Set<Node>)
case dynamic(AnyServiceDiscovery)
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice 👍

let error = callSite.error("Expected \(self) to be an item in \(set)")
XCTFail("\(error)", file: callSite.file, line: callSite.line)
}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love me some good new should... matchers...! :)

@ktoso ktoso enabled auto-merge (squash) July 15, 2022 02:22
@ktoso ktoso merged commit b3adef3 into apple:main Jul 15, 2022
@yim-lee yim-lee deleted the iss318 branch July 15, 2022 03:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Seed nodes: static list

2 participants