Skip to content

Commit

Permalink
Fix assertions in IT for new m-compiler-p
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Dec 20, 2023
1 parent d8263f7 commit 324da25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ def dummyClass = new File( basedir, "target/classes/Dummy.class" )
assert dummyClass.exists()

File buildLog = new File( basedir, 'build.log' )
assert buildLog.text.count( "Changes detected - recompiling the module!" ) == 2
assert buildLog.text.count( "Recompiling the module because of changed source code." ) == 2

0 comments on commit 324da25

Please sign in to comment.