Skip to content

Commit

Permalink
This test might need these enabled to run?
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed Nov 29, 2019
1 parent 32aa9fd commit 75c51d1
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

package nz.net.ultraq.thymeleaf.tests.fragments

import nz.net.ultraq.thymeleaf.context.extensions.IContextExtensions
import nz.net.ultraq.thymeleaf.fragments.FragmentMap

import org.junit.Before
Expand All @@ -32,6 +33,10 @@ import static org.mockito.Mockito.mock
*/
class FragmentMapTests {

static {
IContextExtensions.apply()
}

private IContext context

/**
Expand Down

0 comments on commit 75c51d1

Please sign in to comment.