Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2020-04-17 15:08:32 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2020-04-21 12:16:17 +0300
commit2cfae0e116cbfa20e1f124a746f66dbfd388f323 (patch)
treef6019ea82e9cfe1fca63b563dbfa7b2bf11a2cd4
parent69df7240ee24916e597a911acfe828b7d5cea2b9 (diff)
repository: Replace UTF8 code glyph in test description
Replace the UTF8 checkmark symbol in the test description. We want to avoid non-ASCII character sets as far as it makes sense in order to be inclusive about different development environments, where some of them may not be able to render UTF8 glyphs correctly.
-rw-r--r--internal/service/repository/replicate_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/service/repository/replicate_test.go b/internal/service/repository/replicate_test.go
index 033cb42ff..a17b3988d 100644
--- a/internal/service/repository/replicate_test.go
+++ b/internal/service/repository/replicate_test.go
@@ -114,7 +114,7 @@ func TestReplicateRepositoryInvalidArguments(t *testing.T) {
expectedError string
}{
{
- description: "everything ✅",
+ description: "everything correct",
input: &gitalypb.ReplicateRepositoryRequest{
Repository: &gitalypb.Repository{
StorageName: "praefect-internal-0",