Skip to content

Commit

Permalink
#1213 resolved issue with fake table
Browse files Browse the repository at this point in the history
  • Loading branch information
chris committed Dec 13, 2024
1 parent ae9a2c0 commit 4f3abea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import org.scalatest.matchers.should.Matchers

class RowBuilderTest extends AnyFeatureSpec with Matchers with GivenWhenThen{

def getTableDef = {
def getTableDef: TableDef = {
TableDef(
name = "instruments",
keyField = "ric",
Expand Down

0 comments on commit 4f3abea

Please sign in to comment.