Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
RediStack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
Swift on Server Community
RediStack
Commits
59b00517
Commit
59b00517
authored
3 years ago
by
Daniel Ramteke
Browse files
Options
Downloads
Patches
Plain Diff
adjust test
parent
30cc5eec
No related branches found
No related tags found
1 merge request
!163
STRLEN
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Tests/RediStackIntegrationTests/Commands/StringCommandsTests.swift
+1
-1
1 addition, 1 deletion
...iStackIntegrationTests/Commands/StringCommandsTests.swift
with
1 addition
and
1 deletion
Tests/RediStackIntegrationTests/Commands/StringCommandsTests.swift
+
1
−
1
View file @
59b00517
...
...
@@ -232,7 +232,7 @@ final class StringCommandsTests: RediStackIntegrationTestCase {
func
test_strlen
()
throws
{
XCTAssertNoThrow
(
try
connection
.
set
(
#function
,
to
:
"value"
)
.
wait
())
let
val
=
try
connection
.
strl
e
n
(
#function
)
.
wait
()
let
val
=
try
connection
.
send
(
.
strln
(
#function
)
)
.
wait
()
XCTAssertEqual
(
val
,
5
)
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment