From 82ebbc3c7edc7f1b604ad1e75fe84268433ee69f Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Thu, 8 Aug 2024 12:51:21 -0700 Subject: [PATCH] mstdn/ent.AccountHolder --- ent/accountholder_marshaljson_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ent/accountholder_marshaljson_test.go b/ent/accountholder_marshaljson_test.go index f7e35f3..39cfafa 100644 --- a/ent/accountholder_marshaljson_test.go +++ b/ent/accountholder_marshaljson_test.go @@ -3,7 +3,7 @@ package ent import ( "testing" - "encoding/json" + "github.com/reiver/go-json" ) func TestAccountHolder_MarshalJSON(t *testing.T) {