Skip to content

Commit

Permalink
fix this test after last 2 merges (#3792)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Sep 16, 2024
1 parent 11d1179 commit 3beabda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/test/models/launcher_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class LauncherTest < ActiveSupport::TestCase
refute(launcher.save)
assert(launcher.errors.size, 1)
assert_equal(launcher.errors.full_messages[0], "Id ID does not match #{Launcher::ID_REX.inspect}")
assert(Dir.empty?(Launcher.scripts_dir(tmp).to_s))
refute(Dir.exist?(Launcher.scripts_dir(tmp).to_s))
end
end
end

0 comments on commit 3beabda

Please sign in to comment.