test: fix typo

上级 70c852ca
......@@ -100,6 +100,6 @@ func Test_PythonImport(t *testing.T) {
codeFile := app.Analysis(string(file), "import_stmt")
fmt.Println(codeFile.Imports)
g.Expect(len(codeFile.Imports)).To(Equal(8))
g.Expect(len(codeFile.Imports[2].UsageName)).To(Equal(10))
g.Expect(len(codeFile.Imports)).To(Equal(10))
g.Expect(len(codeFile.Imports[2].UsageName)).To(Equal(2))
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册