Skip to content

Commit

Permalink
final failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Aug 14, 2024
1 parent ec99627 commit 9bdf53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest/manifest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func TestManifest_NetworkName(t *testing.T) {
require.True(t, strings.HasPrefix(gotDsPrefix, "/f3"))
require.True(t, strings.HasSuffix(gotDsPrefix, string(test.subject)))
gotPubSubTopic := m.PubSubTopic()
require.True(t, strings.HasPrefix(gotPubSubTopic, "/f3/granite/0.0.1/"))
require.True(t, strings.HasPrefix(gotPubSubTopic, "/f3/granite/0.0.2/"))
require.True(t, strings.HasSuffix(gotPubSubTopic, string(test.subject)))
})
}
Expand Down

0 comments on commit 9bdf53b

Please sign in to comment.