Skip to content

Commit 41be25c

Browse files
committed
fixed missing comma in test case
1 parent 1db416b commit 41be25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-layers.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ test_call_succeeds("layer_separable_conv_1d", required_version = "2.1.3", {
498498
}
499499
})
500500

501-
test_call_succeeds('layer_attention'{
501+
test_call_succeeds('layer_attention',{
502502
if (is_tensorflow_implementation() && tensorflow::tf_version() >= "1.14"){
503503
input_1 = layer_input(shape=c(4,5))
504504
input_2 = layer_input(shape=c(4,5))

0 commit comments

Comments
 (0)