Skip to content

Commit

Permalink
wip:lint
Browse files Browse the repository at this point in the history
  • Loading branch information
juligasa authored and burdiyan committed Aug 6, 2023
1 parent 67df17f commit ece39ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/hyper/entity_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -306,5 +305,4 @@ func TestTrustedEntity(t *testing.T) {
fakeEntity, err := aliceBlobs.LoadTrustedEntity(ctx, "fake_entity")
require.NoError(t, err)
require.Nil(t, fakeEntity)

}

0 comments on commit ece39ce

Please sign in to comment.