You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codegen-core/src/test/kotlin/software/amazon/smithy/rust/codegen/core/smithy/generators/BuilderGeneratorTest.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,7 @@ internal class BuilderGeneratorTest {
164
164
project.generatedFiles().forEach {
165
165
if (it.extension =="rs") {
166
166
val file = project.baseDir.resolve(it).toFile().readText()
167
-
val check = file.contains("derive(serde::Deserialize)") ||file.contains("derive(serde::Serialize)")
0 commit comments