We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f73e3f1 commit ef4a5f4Copy full SHA for ef4a5f4
internal/integrationtest/lib/lib_test.go
@@ -698,7 +698,7 @@ func TestInstallWithGitUrlFragmentAsBranch(t *testing.T) {
698
// https://github.com/arduino-libraries/ArduinoCloud/commit/d098d4647967b3aeb4520e7baf279e4225254dd2
699
fileToTest, err := libInstallDir.Join("src", "ArduinoCloudThingBase.h").ReadFile()
700
require.NoError(t, err)
701
- require.Contains(t, string(fileToTest), `#define LENGHT_M "meters"`)
+ require.Contains(t, string(fileToTest), `#define LENGHT_M "meters"`) // nolint:misspell
702
})
703
}
704
0 commit comments