Skip to content

Commit

Permalink
[orc8r][fix_build] Resolve bad merge (magma#4659)
Browse files Browse the repository at this point in the history
Signed-off-by: Hunter Gatewood <hgatewood@gmail.com>
  • Loading branch information
hcgatewood authored and chandra-77 committed Mar 26, 2021
1 parent 2d33fab commit 02fa39b
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1628,9 +1628,6 @@ func TestUpdateSubscriberProfile(t *testing.T) {
}

func TestSubscriberBasename(t *testing.T) {
assert.NoError(t, plugin.RegisterPluginForTests(t, &pluginimpl.BaseOrchestratorPlugin{}))
assert.NoError(t, plugin.RegisterPluginForTests(t, &ltePlugin.LteOrchestratorPlugin{}))

configuratorTestInit.StartTestService(t)
stateTestInit.StartTestService(t)
err := configurator.CreateNetwork(configurator.Network{ID: "n0"}, serdes.Network)
Expand Down Expand Up @@ -1738,9 +1735,6 @@ func TestSubscriberBasename(t *testing.T) {
}

func TestSubscriberPolicy(t *testing.T) {
assert.NoError(t, plugin.RegisterPluginForTests(t, &pluginimpl.BaseOrchestratorPlugin{}))
assert.NoError(t, plugin.RegisterPluginForTests(t, &ltePlugin.LteOrchestratorPlugin{}))

configuratorTestInit.StartTestService(t)
stateTestInit.StartTestService(t)
err := configurator.CreateNetwork(configurator.Network{ID: "n0"}, serdes.Network)
Expand Down

0 comments on commit 02fa39b

Please sign in to comment.