Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
roneli committed May 16, 2022
1 parent df82670 commit 4d6c4f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provider/execution/execution_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -463,10 +463,10 @@ func TestTableExecutor_Resolve(t *testing.T) {
ErrorExpected: true,
ExpectedDiags: []diag.FlatDiag{
{
Err: `error at github.com/cloudquery/cq-provider-sdk/provider/execution.glob..func4[execution_test.go:58] some error`,
Err: `error at github.com/cloudquery/cq-provider-sdk/provider/execution.glob..func4[execution_test.go:59] some error`,
Resource: "return_wrap_error",
Severity: diag.ERROR,
Summary: `failed to resolve table "simple": error at github.com/cloudquery/cq-provider-sdk/provider/execution.glob..func4[execution_test.go:58] some error`,
Summary: `failed to resolve table "simple": error at github.com/cloudquery/cq-provider-sdk/provider/execution.glob..func4[execution_test.go:59] some error`,
Type: diag.RESOLVING,
},
},
Expand Down

0 comments on commit 4d6c4f5

Please sign in to comment.