Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bufdev committed May 15, 2024
1 parent 0f4724a commit 99c3a1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions private/buf/cmd/buf/workspace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ func TestWorkspaceNotExistFail(t *testing.T) {
nil,
1,
``,
filepath.FromSlash(`Failure: module notexist had no .proto files`),
filepath.FromSlash(`Failure: "notexist" had no .proto files`),
"build",
filepath.Join("testdata", "workspace", "fail", "notexist"),
)
Expand All @@ -1071,7 +1071,7 @@ func TestWorkspaceNotExistFail(t *testing.T) {
nil,
1,
``,
filepath.FromSlash(`Failure: module notexist had no .proto files`),
filepath.FromSlash(`Failure: "notexist" had no .proto files`),
"build",
filepath.Join("testdata", "workspace", "fail", "v2", "notexist"),
)
Expand Down

0 comments on commit 99c3a1c

Please sign in to comment.