Skip to content

Commit

Permalink
ci: adjust test based on new yaml library
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFriel committed Dec 5, 2022
1 parent 464ba8c commit 9e99c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/go/common/workspace/project_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ func TestProjectLoadYAML(t *testing.T) {

// Test nested bad key
_, err = loadProjectFromText(t, "hello:\n 6: bad")
assert.Contains(t, err.Error(), "expected only string keys, got '%!s(int=6)'")
assert.Contains(t, err.Error(), "project is missing a 'name' attribute")

// Test lack of name
_, err = loadProjectFromText(t, "{}")
Expand Down

0 comments on commit 9e99c00

Please sign in to comment.