Skip to content

Commit e8f5428

Browse files
committed
add runtime import
1 parent eb7a2b7 commit e8f5428

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/federation_redaction_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ import (
77
"github.com/matrix-org/gomatrixserverlib"
88
"testing"
99
"time"
10+
"github.com/matrix-org/complement/runtime"
1011
)
1112

1213
// test that a redaction is sent out over federation even if we don't have the original event
1314
func TestFederationRedactSendsWithoutEvent(t *testing.T) {
1415
runtime.SkipIf(t, runtime.Dendrite)
16+
1517
deployment := Deploy(t, b.BlueprintAlice)
1618
defer deployment.Destroy(t)
1719

0 commit comments

Comments
 (0)