Skip to content

Commit

Permalink
fix(onlyb): fix typo in onlyb test
Browse files Browse the repository at this point in the history
  • Loading branch information
nprimo committed Jul 19, 2024
1 parent 0c11292 commit c4a3500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/onlyb_test/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package main
import "github.com/01-edu/go-tests/lib/challenge"

func main() {
challenge.Program("onlyB")
challenge.Program("onlyb")
}

0 comments on commit c4a3500

Please sign in to comment.