Skip to content

Commit 28777ae

Browse files
committed
style(bazel): Add empty lines in tests to match the AAA pattern
Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
1 parent 8f62798 commit 28777ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/package-managers/bazel/src/funTest/kotlin/BazelFunTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ class BazelFunTest : StringSpec({
165165
)
166166

167167
val result = create("Bazel", PluginConfig(mapOf("useConan2" to "true"))).resolveSingleProject(definitionFile)
168+
168169
result.toYaml() should matchExpectedResult(expectedResultFile, definitionFile)
169170
}
170171

@@ -183,6 +184,7 @@ class BazelFunTest : StringSpec({
183184
)
184185
)
185186
).resolveSingleProject(definitionFile)
187+
186188
result.toYaml() should matchExpectedResult(expectedResultFile, definitionFile)
187189
}
188190

0 commit comments

Comments
 (0)