Skip to content

Commit

Permalink
wip:lint
Browse files Browse the repository at this point in the history
  • Loading branch information
juligasa committed Aug 4, 2023
1 parent eb585d2 commit 408a25a
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 408a25a

Please sign in to comment.