Skip to content

Commit 3b78dd3

Browse files
author
Monorail CI check running in Buildkite
committed
stack errors...
1 parent 68422b2 commit 3b78dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/models/shipit/stack_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ def try_lock
760760
end
761761
end
762762

763-
refute @stack.reload.locked?
763+
refute @stack.locked?
764764
LockProviders::Config.configure { |c| c.provider = LockedProvider.new(@stack) }
765765
assert @stack.locked?
766766
assert_equal "test lock", @stack.lock_reason

0 commit comments

Comments
 (0)