Skip to content

Commit 4cf28d3

Browse files
committed
add comment
1 parent 4936bb6 commit 4cf28d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vuu/src/test/scala/org/finos/vuu/core/module/ModuleSyntaxTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class ModuleSyntaxTest extends AnyFeatureSpec with Matchers with GivenWhenThen {
4242
val instrumentPrices = module.tableDefs.tail.tail.head
4343
instrumentPrices.name should equal("instrumentPrices")
4444
instrumentPrices.columns.size should equal((prices.columns.size - 2) + (instruments.columns.size - 2) - 1 + 2)
45-
// exclude default columns in left and right table and exclude join column
45+
// exclude default columns in left and right table and exclude join column, and add default columns to the join table itself
4646

4747
instrumentPrices.joinFields should equal(Seq())
4848
}

0 commit comments

Comments
 (0)