diff options
author | Michael Muré <batolettre@gmail.com> | 2020-02-25 21:35:57 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2020-02-25 21:35:57 +0100 |
commit | 893de4f5c0e852fac9a73e0c0243bc038af75f17 (patch) | |
tree | 6129d0a6e2efbfa81b26534ee5aeb65ba1261bfe /identity/bare_test.go | |
parent | 68acfa519ab6656648d1e976db2a4190bbeb5f44 (diff) | |
download | git-bug-893de4f5c0e852fac9a73e0c0243bc038af75f17.tar.gz git-bug-893de4f5c0e852fac9a73e0c0243bc038af75f17.zip |
identity: bring back the login to hold that info from bridges (purely informational)
Diffstat (limited to 'identity/bare_test.go')
-rw-r--r-- | identity/bare_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/identity/bare_test.go b/identity/bare_test.go index 5aa50e40..335c8d37 100644 --- a/identity/bare_test.go +++ b/identity/bare_test.go @@ -18,6 +18,7 @@ func TestBare_Id(t *testing.T) { func TestBareSerialize(t *testing.T) { before := &Bare{ + login: "login", email: "email", name: "name", avatarUrl: "avatar", |