Skip to content

Commit 522a7e9

Browse files
committed
fix test
1 parent 9c171df commit 522a7e9

File tree

1 file changed

+1
-1
lines changed
  • build-plugins/build-support/src/test/kotlin/aws/sdk/kotlin/gradle/dsl

1 file changed

+1
-1
lines changed

build-plugins/build-support/src/test/kotlin/aws/sdk/kotlin/gradle/dsl/PublishTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class PublishTest {
3838
version = "1.2.3"
3939
artifactId = "aws-crt-kotlin"
4040
}
41-
assertTrue(isAvailableForPublication(project, nativeRuntimePublication))
41+
assertFalse(isAvailableForPublication(project, nativeRuntimePublication))
4242
}
4343
}
4444
}

0 commit comments

Comments
 (0)