mirror of
https://github.com/XrayR-project/XrayR.git
synced 2025-08-26 19:21:46 +00:00
chore: fix typos. (#640)
* chore: fix typos. * chore: makes go-staticcheck happy.
This commit is contained in:
@@ -148,8 +148,8 @@ func TestReportIllegal(t *testing.T) {
|
||||
client := CreateClient()
|
||||
|
||||
detectResult := []api.DetectResult{
|
||||
{1, 2},
|
||||
{1, 3},
|
||||
{UID: 1, RuleID: 2},
|
||||
{UID: 1, RuleID: 3},
|
||||
}
|
||||
client.Debug()
|
||||
err := client.ReportIllegal(&detectResult)
|
||||
|
Reference in New Issue
Block a user