Skip to content
Snippets Groups Projects
Commit 59b00517 authored by Daniel Ramteke's avatar Daniel Ramteke
Browse files

adjust test

parent 30cc5eec
No related branches found
No related tags found
1 merge request!163STRLEN
......@@ -232,7 +232,7 @@ final class StringCommandsTests: RediStackIntegrationTestCase {
func test_strlen() throws {
XCTAssertNoThrow(try connection.set(#function, to: "value").wait())
let val = try connection.strlen(#function).wait()
let val = try connection.send(.strln(#function)).wait()
XCTAssertEqual(val, 5)
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment