Skip to content

Commit

Permalink
TypeDetector$Test: fix test to adhere to current form of CalcKaitaiSt…
Browse files Browse the repository at this point in the history
…ructType
  • Loading branch information
GreyCat committed Mar 6, 2024
1 parent bebfda5 commit be77d47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class TypeDetector$Test extends AnyFunSpec {
val ut1 = CalcUserType(List("foo"), None)
val ut2 = CalcUserType(List("bar"), None)

TypeDetector.combineTypes(ut1, ut2) should be(CalcKaitaiStructType)
TypeDetector.combineTypes(ut1, ut2) should be(CalcKaitaiStructType(false))
}
}
}

0 comments on commit be77d47

Please sign in to comment.