Skip to content

Commit

Permalink
#185 Fix SZ_FIND_PATH_PREFER_EXCLUDE (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj authored Sep 30, 2024
1 parent 8e974fa commit 2967b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion senzing/senzing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ var testCases = []struct {
expected: 0x0000000001000000,
},
{ // 26
name: "SZ_FIND_PATH_PREFER_EXCLUDE",
name: "SZ_FIND_PATH_STRICT_AVOID",
actual: SzFindPathStrictAvoid,
expected: 0x0000000002000000,
},
Expand Down

0 comments on commit 2967b40

Please sign in to comment.