Skip to content

Commit

Permalink
chore: update cmd/generate/generate_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Beemer <[email protected]>
Signed-off-by: Florin-Mihai Anghel <[email protected]>
  • Loading branch information
anghelflorinm and beeme1mr authored Oct 30, 2024
1 parent 09f0ac5 commit 6509bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/generate/generate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func TestGenerateGoSuccess(t *testing.T) {
compareOutput(t, testFileGo, memoryOutputPath, fs)
}

func TestGenerateReactSucces(t *testing.T) {
func TestGenerateReactSuccess(t *testing.T) {
// Constant paths.
const memoryManifestPath = "manifest/path.json"
const memoryOutputPath = "output/path.ts"
Expand Down

0 comments on commit 6509bda

Please sign in to comment.