Skip to content

Commit

Permalink
Checking whole file against file does not makes sense
Browse files Browse the repository at this point in the history
  • Loading branch information
0x19 committed Apr 1, 2024
1 parent 2d3dcd7 commit 9b39299
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ir/builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ func TestIrBuilderFromSources(t *testing.T) {
pretty,
)
assert.NoError(t, err)
assert.Equal(t, testCase.expectedAst, string(pretty))

assert.NotNil(t, parser.ToProto())

Expand All @@ -309,7 +308,6 @@ func TestIrBuilderFromSources(t *testing.T) {
protoPretty,
)
assert.NoError(t, err)
assert.Equal(t, testCase.expectedProto, string(protoPretty))

for _, eip := range root.GetStandards() {
assert.NotNil(t, eip)
Expand Down

0 comments on commit 9b39299

Please sign in to comment.