Browse Source

update

Signed-off-by: 716 <[email protected]>
716 4 years ago
parent
commit
20a414d016
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sub_supplier/subhd/subhd_test.go

+ 1 - 1
sub_supplier/subhd/subhd_test.go

@@ -24,5 +24,5 @@ func TestSupplier_GetSubListFromFile(t *testing.T) {
 
 func TestSupplier_Simulation(t *testing.T) {
 	shooter := NewSupplier()
-	shooter.Simulation()
+	shooter.SimulationTest()
 }