From 408a25a6998188dd4993245da0f2a3d5679c9322 Mon Sep 17 00:00:00 2001 From: juligasa <11684004+juligasa@users.noreply.github.com> Date: Fri, 4 Aug 2023 12:30:54 +0200 Subject: [PATCH] wip:lint --- backend/hyper/entity_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/hyper/entity_test.go b/backend/hyper/entity_test.go index 97a37adba5..3b9a4f3a04 100644 --- a/backend/hyper/entity_test.go +++ b/backend/hyper/entity_test.go @@ -136,7 +136,6 @@ func TestEntityMutation_Drafts(t *testing.T) { } func TestTrustedEntity(t *testing.T) { - //t.Skip("Under construction") alice := coretest.NewTester("alice") bob := coretest.NewTester("bob") carol := coretest.NewTester("carol") @@ -306,5 +305,4 @@ func TestTrustedEntity(t *testing.T) { fakeEntity, err := aliceBlobs.LoadTrustedEntity(ctx, "fake_entity") require.NoError(t, err) require.Nil(t, fakeEntity) - }