Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
idanovo committed Mar 18, 2024
1 parent a35f28c commit 94fb45f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions esti/lakectl_local_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,8 @@ func TestLakectlLocal_commit(t *testing.T) {
require.NoError(t, os.Remove(filepath.Join(dataDir, deleted)))

RunCmdAndVerifyContainsText(t, Lakectl()+" local status "+dataDir, false, "local ║ added ║ test.txt", vars)
RunCmdAndVerifyContainsText(t, Lakectl()+" local status "+dataDir, false, "local ║ added ║ subdir/test.txt", vars)
RunCmdAndVerifyContainsText(t, Lakectl()+" local status "+dataDir, false, "local ║ added ║ subdir-a/test.txt", vars)

// Commit changes to branch
RunCmdAndVerifyContainsText(t, Lakectl()+" local commit -m test"+presign+dataDir, false, "Commit for branch \"${BRANCH}\" completed", vars)
Expand Down

0 comments on commit 94fb45f

Please sign in to comment.