Skip to content

Commit

Permalink
fix(tests): correct ini name in TestGetConfigPathFromHOME test case
Browse files Browse the repository at this point in the history
  • Loading branch information
dido18 committed Jan 29, 2025
1 parent 9889825 commit a8bcfe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config_linux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func TestGetConfigPathFromHOME(t *testing.T) {
configPath := GetConfigPath()

assert.Equal(t, "testdata/fromhome/.config/ArduinoCreateAgent/config.ini", configPath.String())
checkIniName(t, configPath, "this-is-a-config-file-from-home-di")
checkIniName(t, configPath, "this-is-a-config-file-from-home-dir")
}

// TestGetConfigPathFromARDUINO_CREATE_AGENT_CONFIG tests the case when the config.ini is read from ARDUINO_CREATE_AGENT_CONFIG env variable
Expand Down

0 comments on commit a8bcfe7

Please sign in to comment.