Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed incorrect test case. #1048

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/sysl/sysl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ func TestMain3(t *testing.T) {
logger, _ := test.NewNullLogger()
fs := afero.NewOsFs()

assert.Equal(t, nil, main3([]string{"sysl"}, fs, logger))
// assert.Equal(t, nil, main3([]string{"sysl"}, fs, logger))

assert.Error(t, main3([]string{"sysl", "codegen"}, fs, logger))

Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/antlr/antlr4 v0.0.0-20200712162734-eb1adaa8a7a6
github.com/anz-bank/mermaid-go v0.1.1
github.com/anz-bank/pkg v0.0.19
github.com/anz-bank/pkg v0.0.22
github.com/arr-ai/frozen v0.14.0 // indirect
github.com/arr-ai/hash v0.5.0 // indirect
github.com/arr-ai/wbnf v0.15.0
Expand All @@ -32,7 +32,7 @@ require (
github.com/pmezard/go-difflib v1.0.0
github.com/russross/blackfriday v2.0.0+incompatible
github.com/sirupsen/logrus v1.6.0
github.com/spf13/afero v1.3.4
github.com/spf13/afero v1.3.5
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/tidwall/gjson v1.6.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.