Skip to content

Commit 83495d2

Browse files
DifferentialOrangeoleg-jukovec
authored andcommitted
test: fix running with new crud
After [1], tuple arguments are validated before space validation, so error contents assertion fails. 1. tarantool/crud@6b20c8c (cherry picked from bd6aab9)
1 parent 461ad48 commit 83495d2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
1414

1515
### Fixed
1616

17+
- Tests with crud 1.4.0 (#336)
18+
1719
## [1.12.1] - 2023-08-03
1820

1921
The patch release with fixes from the master branch.

crud/tarantool_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ var testResultWithErrCases = []struct {
227227
{
228228
"ManyResult",
229229
&crud.Result{},
230-
crud.MakeReplaceManyRequest(invalidSpaceName).Opts(opManyOpts),
230+
crud.MakeReplaceManyRequest(invalidSpaceName).Tuples(tuples).Opts(opManyOpts),
231231
},
232232
{
233233
"NumberResult",

0 commit comments

Comments
 (0)