We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6461d0 commit 2c22840Copy full SHA for 2c22840
codegen-core/src/test/kotlin/software/amazon/smithy/rust/codegen/core/rustlang/InlineDependencyTest.kt
@@ -26,7 +26,7 @@ internal class InlineDependencyTest {
26
fun `equal dependencies should be equal`() {
27
val depA = makeDep("func")
28
val depB = makeDep("func")
29
- depA.renderer shouldNotBe depB.renderer
+ depA.renderer shouldBe depB.renderer
30
depA.key() shouldBe depB.key()
31
32
depA.key() shouldNotBe makeDep("func2").key()
0 commit comments