Skip to content

Commit

Permalink
fix: poorly spelled test
Browse files Browse the repository at this point in the history
Co-authored-by: Nate Finch <nate.finch@gmail.com>
  • Loading branch information
ClaudiaJ and natefinch committed May 18, 2021
1 parent f980da0 commit 7edae66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mage/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1323,7 +1323,7 @@ func TestCompiledVerboseFlag(t *testing.T) {
}
}

func TestCompiledDetermanistic(t *testing.T) {
func TestCompiledDeterministic(t *testing.T) {
dir := "./testdata/compiled"
compileDir, err := ioutil.TempDir(dir, "")
if err != nil {
Expand Down

0 comments on commit 7edae66

Please sign in to comment.