Skip to content

Commit

Permalink
fix: fixes expected error in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadzeih authored and denouche committed Sep 19, 2019
1 parent 569ae51 commit 5a84632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docparser/parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func TestParseFile(t *testing.T) {
{
description: "should parse incorrect file",
goFilePath: "../Makefile",
expectedError: "1:1: expected 'package', found 'IDENT' install (and 1 more errors)",
expectedError: "1:1: expected 'package', found install (and 1 more errors)",
expectedFilePackage: 0,
},
{
Expand Down

0 comments on commit 5a84632

Please sign in to comment.