mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 20:23:43 +08:00
Testability ddd repository (#55)
This commit is contained in:
@ -100,6 +100,6 @@ mod test {
|
||||
fn test_redis_error() {
|
||||
let x = errors::RedisError::ConsumerGroupClaimFailed.to_string();
|
||||
|
||||
assert_eq!(x, "Failed to set redis stream message owner".to_string())
|
||||
assert_eq!(x, "Failed to set Redis stream message owner".to_string())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user