Skip to content

testing: Fix compilation of Wiki test for Go 1.15

Zeger-Jan van de Weg requested to merge zj-wiki-test-compile-err-go-1.15 into master

There was a warning when compiling the test package for the wiki, which stopped me from running Go 1.15 locally.

internal/gitaly/service/wiki/get_page_versions_test.go:126:57: conversion from int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)

This commit applies the suggestion to resolve the warning.

Merge request reports