Skip to content

Commit bf44bbc

Browse files
authored
chore(sync-service): Fix test warnings (#3287)
1 parent a057f9c commit bf44bbc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/sync-service/test/electric/replication/publication_manager_test.exs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,11 @@ defmodule Electric.Replication.PublicationManagerTest do
66
import Support.TestUtils
77

88
alias Electric.Replication.PublicationManager
9-
alias Electric.Shapes.Shape
109

1110
@shape_handle_1 "shape_handle_1"
1211
@shape_handle_2 "shape_handle_2"
1312
@shape_handle_3 "shape_handle_3"
1413

15-
@inspector Support.StubInspector.new(
16-
tables: [{1234, {"public", "items"}}],
17-
columns: [%{name: "id", type: "int8", pk_position: 0}]
18-
)
19-
2014
setup [
2115
:with_stack_id_from_test,
2216
:with_in_memory_storage,

0 commit comments

Comments
 (0)