Skip to content

Commit

Permalink
clarify the purpose of the schema
Browse files Browse the repository at this point in the history
  • Loading branch information
MetalBlueberry committed May 25, 2024
1 parent 4ced1cd commit b55db8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion generator/renderer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ import (
"github.com/MetalBlueberry/go-plotly/generator/mocks"
)

//go:embed schema.json
// This test schema is used to make sure the generator works as expected
// It may be worth extending this to test with all schemas.
//
//go:embed test_schema.json
var schema []byte

var _ = Describe("Renderer", func() {
Expand Down
File renamed without changes.

0 comments on commit b55db8a

Please sign in to comment.