Skip to content

Commit

Permalink
Fix Automatic-Module-Name of html module
Browse files Browse the repository at this point in the history
Closes #98
  • Loading branch information
skuzzle committed May 2, 2023
1 parent 86014f0 commit 77b1618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapshot-tests-html/snapshot-tests-html.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

description = "Snapshot HTML Serialization"
extra.apply {
set("automaticModuleName", "de.skuzzle.test.snapshots.html")
set("automaticModuleName", "de.skuzzle.test.snapshots.data.html")
}

dependencies {
Expand Down

0 comments on commit 77b1618

Please sign in to comment.