Skip to content

Commit

Permalink
fix duplicate test naming
Browse files Browse the repository at this point in the history
  • Loading branch information
HLWeil committed Apr 26, 2023
1 parent 3dc5d11 commit 35c9d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ArcGraphModel.Tests/CvBaseTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let private casting = testList "casting" [
|> Param.getValueAsInt
Expect.equal result2 5 "Value could not be retrieved correctly"
)
testCase "CanBeCastToCvParamGeneric" (fun _ ->
testCase "CanBeCastToCvParam" (fun _ ->
let v = CvParam(Terms.assay,ParamValue.Value 5) :> ICvBase
let result = CvParam.tryCvParam v
Expect.isSome result "Could not downcast CvBase to CvParam, consider inlining the used function."
Expand Down

0 comments on commit 35c9d64

Please sign in to comment.