Skip to content

Commit ed5d20c

Browse files
committed
test: update expectation
Signed-off-by: Andres Taylor <[email protected]>
1 parent ed5ed49 commit ed5d20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/summarize/utils_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func TestGetFileType(t *testing.T) {
4343
{
4444
filename: "../testdata/mysql.query.log",
4545
expectedType: unknownFile,
46-
expectedError: "Error reading token",
46+
expectedError: "error reading token: invalid character '/' looking for beginning of value",
4747
},
4848
}
4949
for _, tc := range testCases {

0 commit comments

Comments
 (0)