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 9889825 commit a8bcfe7Copy full SHA for a8bcfe7
config/config_linux_test.go
@@ -35,7 +35,7 @@ func TestGetConfigPathFromHOME(t *testing.T) {
35
configPath := GetConfigPath()
36
37
assert.Equal(t, "testdata/fromhome/.config/ArduinoCreateAgent/config.ini", configPath.String())
38
- checkIniName(t, configPath, "this-is-a-config-file-from-home-di")
+ checkIniName(t, configPath, "this-is-a-config-file-from-home-dir")
39
}
40
41
// TestGetConfigPathFromARDUINO_CREATE_AGENT_CONFIG tests the case when the config.ini is read from ARDUINO_CREATE_AGENT_CONFIG env variable
0 commit comments