Skip to content

Commit

Permalink
ran tests with go1.14.15
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyjbrooks committed Apr 12, 2024
1 parent e6d3797 commit 7491f2b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions variants/beta/atlanticcolonies/bindata.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion variants/variants_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func addArrow(encoder *xml.Encoder, startProvince godip.Province, endProvince go

// Create svg files which can be inspected manually to check the binary map data is correct.
func TestDrawMaps(t *testing.T) {
if os.Getenv("DRAW_MAPS") != "true" {
if "true" != "true" {
fmt.Println("Skipping test to draw debug maps. Please use the environment variable DRAW_MAPS=true to enable.")
return
}
Expand Down

0 comments on commit 7491f2b

Please sign in to comment.