Skip to content

Commit bd6aab9

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
1 parent 8e1a911 commit bd6aab9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
6767
crud.SelectRequest (#320)
6868
- Incorrect options (`vshard_router`, `fields`, `bucket_id`, `mode`,
6969
`prefer_replica`, `balance`) setup for crud.GetRequest (#335)
70+
- Tests with crud 1.4.0 (#336)
7071

7172
## [1.12.0] - 2023-06-07
7273

crud/tarantool_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ var testResultWithErrCases = []struct {
231231
{
232232
"ManyResult",
233233
&crud.Result{},
234-
crud.MakeReplaceManyRequest(invalidSpaceName).Opts(opManyOpts),
234+
crud.MakeReplaceManyRequest(invalidSpaceName).Tuples(tuples).Opts(opManyOpts),
235235
},
236236
{
237237
"NumberResult",

0 commit comments

Comments
 (0)