File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
model-server/src/test/kotlin/org/modelix/model/server Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -123,9 +123,9 @@ class ReplicatedRepositoryTest {
123
123
}
124
124
125
125
val repositoryId = RepositoryId (" repo1" )
126
- clients[0 ].initRepository(repositoryId)
127
- // val branchId = repositoryId.getBranchReference("my-branch")
128
- val branchId = repositoryId.getBranchReference( )
126
+ val initialVersion = clients[0 ].initRepository(repositoryId)
127
+ val branchId = repositoryId.getBranchReference(" my-branch" )
128
+ clients[ 0 ].push( branchId, initialVersion, initialVersion )
129
129
val models = clients.map { client -> client.getReplicatedModel(branchId).also { it.start() } }
130
130
131
131
val createdNodes: MutableSet <String > = Collections .synchronizedSet(TreeSet <String >())
You can’t perform that action at this time.
0 commit comments