Skip to content

Commit

Permalink
feat: rename in yai
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkinox committed Apr 25, 2023
1 parent 2e73996 commit c7c7e20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ func setupViper(t *testing.T) {
viper.Set(user_default_prompt_mode, "exec")
viper.Set(user_preferences, "test_preferences")

require.NoError(t, viper.SafeWriteConfigAs("/tmp/yo.json"))
require.NoError(t, viper.SafeWriteConfigAs("/tmp/yai.json"))
}

func cleanup(t *testing.T) {
t.Helper()
require.NoError(t, os.Remove("/tmp/yo.json"))
require.NoError(t, os.Remove("/tmp/yai.json"))
}

func testNewConfig(t *testing.T) {
Expand Down

0 comments on commit c7c7e20

Please sign in to comment.