Skip to content

Commit 9b09710

Browse files
author
Derek Duncan
committed
fix broken test and flip expected and actual on equal
1 parent 749a483 commit 9b09710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/kakao/session_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func Test_ToJSON(t *testing.T) {
3636
s := &line.Session{}
3737

3838
data := s.Marshal()
39-
a.Equal(data, `{"AuthURL":"","AccessToken":"","RefreshToken":"","ExpiresAt":"0001-01-01T00:00:00Z"}`)
39+
a.Equal(`{"AuthURL":"","AccessToken":"","RefreshToken":"","ExpiresAt":"0001-01-01T00:00:00Z","IDToken":""}`, data)
4040
}
4141

4242
func Test_String(t *testing.T) {

0 commit comments

Comments
 (0)